nick-gravgaard / AlwaysAlignedVS

Elastic tabstops for Visual Studio
MIT License
122 stars 7 forks source link

In-line tabs deleted by VS code formatter #3

Open EtaoinWu opened 7 years ago

EtaoinWu commented 7 years ago

The VS code formatter automatically delete the tabs in line, so it messed up the tab format.
It also deletes more than one spaces.

i-e-b commented 7 years ago

You can turn this off in Tools->Options->Text Editor->{language}->Code Style->Formatting->General Then disable the 'Automatically format...' checkboxes.

Manual formatting (Edit->Advanced->[Format Document | Format Selection]) will still work, and will still break the tabbing.