where i can change the code formating that visual studio does in the code.... like if i type: if ( ) { .... } visual studio changes to: if() { } it changes the brackets.. put in another line... looks like it makes a syntax validation of my "if" and then changes to the format HE desires.. and i'm used to other kind of formating.. . if anone know.... :-) thanks.....
where i can change the code formating that visual studio does in the
code.... like
if i type:
if ( ) { ....
}
visual studio changes to:
if()
{
}
it changes the brackets.. put in another line...
looks like it makes a syntax validation of my "if" and then changes to the
format HE desires..
and i'm used to other kind of formating.. .
if anone know.... :-)
thanks..
Bookmarks