tags:

views:

43

answers:

2

How do I change the basic Resharper indentation options? I have noticed that Resharper's indentation settings differ from VS 2010's--VS uses four spaces for an indent, and it's hard to tell what Resharper uses--but the left margins on my code are jagged.

I'd like to reset Resharper to use the same settings as VS 2010, but I can't find the options. Can anyone tell me where to find them. Thanks for your help.

A: 

Open ReSharper > Options > [Your language] > Formatting style > Other and try playing with options in sections called "Indentation" and "Other"

gorohoroh
Thanks, but that simply sets the number of tab characters to insert.
David Veeneman
A: 

Okay--I figured this one out: Resharper uses the Visual Studio tab settings when reformatting, so the inconsistency I am getting must have another source.

David Veeneman

related questions