Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to stop this?
Message
From
28/02/2018 03:46:32
 
 
General information
Forum:
Visual Studio
Category:
Text editor
Environment versions
Visual Studio:
Visual Studio 2013
Miscellaneous
Thread ID:
01658453
Message ID:
01658486
Views:
54
>>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....

Thank you Viv,
I use VS 2013 for now and there is no such option in it :-)
Thank you again.
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Reply
Map
View

Click here to load this message in the networking platform