In Visual Studio, when I press Enter, it automatically indents my text, and I don't like that. Is there a way to turn that 'feature' off?

Thank you :)

Bael.

link|improve this question

68% accept rate
Why don't you like it? (Note that I am not questioning your opinion, I am just curious). – Fredrik Mörk Nov 27 '09 at 14:50
+1 - I do like it. But I have a fairly heavy C++ background and would like to be able to type my code in C# so that I get the same "look and feel" of c++ code again, that may sound weird but i really miss c++ – baeltazor Nov 29 '09 at 16:38
feedback

2 Answers

up vote 3 down vote accepted

Tools->Options->Text Editor->C#->Tabs->select none under Indenting or change the tab size to 0

link|improve this answer
Thank you, I did already go into the settings. but i obviously missed it. thanks again :) jase. – baeltazor Nov 27 '09 at 14:49
feedback

Try changing:

Tools -> Options -> Text Editor -> C# -> Tabs -> Intenting

To "none"

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.