Using the Devart T4 editor add-in for Visual Studio 2013.
I want to turn off the indenting and the auto-formatting.
I found the "T4 (Devart)" section in the Options menu.
I set the Tabs > Indenting option to "None" but it didn't help.
When I type a method and then a semi-colon, the editor indents the line:
Before:
Code: Select all
<# MyMethod() #>
Code: Select all
<# MyMethod(); #>