Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to stop this?
Message
From
28/02/2018 03:24:56
 
 
To
27/02/2018 06:54:49
General information
Forum:
Visual Studio
Category:
Text editor
Environment versions
Visual Studio:
Visual Studio 2013
Miscellaneous
Thread ID:
01658453
Message ID:
01658485
Views:
60
>Really hate when I close curly brackets or semicolons and all spaces I added to make my code more readable disappears.
>How to stop this?
>I don't want to remove all autoformating, just try to stop this:
>
>bool something = (Test1          ? false : (linecheck1     != linecheck2)
>                  SomeLongerTest ? false : (linecheckLong1 != linecheckLong2));
>
>to bacame this:
>
>bool something = (Test1 ? false : (linecheck1!= linecheck2)
>                  SomeLongerTest ? false : (linecheckLong1 != linecheckLong2));
>
>
>TIA

Don't know what version of VS you are using. In 2017 under Tools/Options/Text Editor/C#/Code Style/Formatting/Spacing (phew) there's a 'Ignore spaces in declaration statements' which might be a step in the right direction....
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform