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?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Tools->Options->Text Editor->C#->Tabs->select none under Indenting or change the tab size to 0 |
|||
|
|
Try changing:
To "none" |
|||
|
|