Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?

share|improve this question
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

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

share|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

Try changing:

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

To "none"

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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