Question

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?

Was it helpful?

Solution

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

OTHER TIPS

Try changing:

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

To "none"

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top