VS.NET auto-indent
-
The 'auto-indent' in the C# editor is infuriating me. I think nearly every C# code excerpt I have ever seen places the opening brace directly under the method/class declaration, but my editor insists on indenting the next line, forcing me to always type "...{". Please tell me can change this, and please tell me how.
-
The 'auto-indent' in the C# editor is infuriating me. I think nearly every C# code excerpt I have ever seen places the opening brace directly under the method/class declaration, but my editor insists on indenting the next line, forcing me to always type "...{". Please tell me can change this, and please tell me how.
I use the german version and do C++. Hope my translations fit for you. Try this: Start the Options dialog from the menu: Extras->Options In the Options dialog go to Text-Editor -> C# -> Formatting (or Tabstopps) Change the settings there. Hope this helps tbrammer