Is there a way to change the formatting rules in the IDE for C#
programming? My company uses the following format for block
statements:
if (condition)
{
<block statement>
}
I saw the option that lets you leave the opening brace at the end of
the construct line, but I didn't see a way to specify a different
block statement. I could change the Indenting option to "Block" on
the Tabs page of options, but then I have to do all the formatting by
hand. I'd like to use Smart indenting with a custom indentation
scheme.
Thanks,
Carole
|