c# - Code indenting specified at project/solution level rather than global -



c# - Code indenting specified at project/solution level rather than global -

possible duplicate: visual studio, per solution indentation settings

so have situation working on code base of operations contractors has code indented 4 spaces, every other project work 2 spaces.

what best strategy switching , forth between 2 indenting standards, visual studio 2010 sets globally not @ solution level.

the visual studio sdk provides access setting: http://msdn.microsoft.com/en-us/library/microsoft.visualstudio.package.languagepreferences.indentsize.aspx

it seems quite someone's developed addin manage indentation settings, maybe listed in addins/extensions gallery, viewable within vs2010.

this 1 seems fit:

indentation matcher extension

this extension detects current file's indentation settings , automatically resets corresponding tools->options settings match. detects mixed tabs , spaces on file load , file save, offers options create indentation consistent.

c# visual-studio-2010

Comments

Popular posts from this blog

groovy - Grails 2.0 plans for arbitrary .gsp pipelining? -

linux - Why do the 32-bit and 64-bit Compiled Versions of this Program Populate Memory in this Way? -