Why does VS add an extra indent on the parens for the CASE block? Is there a way to turn that off?
No other logic block does that.
Lodlaiden
You've got questions and source code. We want both!
Oh? That? That's not an important password. - IT Security Admin (pw on whiteboard)
No other logic block does that.
Code:
switch (DisplayMethod)
{
case CONSTANTS.DisplayMethod.Mode1:
[b][red]------>[/red][/b]{
...
}
case CONSTANTS.DisplayMethod.Mode2:
{
...
}
case CONSTANTS.DisplayMethod.Mode3:
{
...
}
}
Lodlaiden
You've got questions and source code. We want both!
Oh? That? That's not an important password. - IT Security Admin (pw on whiteboard)