1
Answer

VS messing with my Tab spaces in code....

Ask a question
NeCroFire

NeCroFire

15y
2.4k
1
Hi

I want to know if there is any way to stop VS from automatically setting spaces between the '=' ??

Sometimes I have to set a whole list of properties in code and what I like to do is put some tabs spaces in between to line them all up, something like this.
property1                       = "blabla";
prop2                             = "blabla";
property3ConatingName = "blabla";

This makes it much easier to read especially if you have like 20 to 30 properties...

VS for some reason sets it back sometimes. Don't really know what causes VS to reset all the tab spaces, but it's very annoying.

Thanks

Answers (1)