I have an outdated system that uses the following indentation settings for all languages ββin Visual Studio.
Tab Size: 8 Indent Size: 4 Save Tabs
When I let Visual Studio format my code, I get the following:

When I let Resharper format the code. I get the following:

I searched Google, Stack Overflow and played with many options in Visual Studio and Resharper. I still can not get the Resharper formatting. Can anyone help? I would really like to use Resharper formatting / cleaning, but first I need to find out.
Thanks in advance!
source
share