mkipper |
Posted - Jan 31 2007 : 10:44:07 AM Hi,
We have a strict coding standard which specifies indent styles for our code. There is, unfortunately, a subsystem that was purchased from another company that has a different indent style.
Specifically, we use a single tab for indenting, and the other subsystem uses three spaces. Since I often switch back between subsystems, it would be nice if Visual Assist detected which style is in use, and kept to it.
Right now, when I hit return after a brace, it inserts a tab and three spaces, which is incorrect.
Thanks! Michael
|