How to get VS Editor to keep my formatting

  • Thread starter Thread starter MesPia
  • Start date Start date
M

MesPia

Guest
In my source code I often like to keep things formatted a certain way. For example, when I enter fields, I try to use tabs to keep the fields names lined up below each other. For example, I want

private string name;

private Datetime dateOfBirth;

but as soon as I type the ';', VS squishes everything to the left as in:

private string name;

private Datetime dateOfBirth;

I've tried a number of different Editor formatting options, but I still haven't found one that enforces my formatting.

Any suggestions, please.

nickajp@comcast.net

Continue reading...
 
Back
Top