
 Rank: Guest Groups: Guest
Joined: 9/17/2007 Posts: 11,670 Points: -1,200
|
Date parsed: 14/04/2008 03:36:00 Date: Mon, 14 Apr 2008 07:36:00 -0400
Is there a way to change the indenting style in vs2008 to use a "unix" style?
if() {
}
instead of
if() { }
thanks john
|

 Rank: Guest Groups: Guest
Joined: 9/17/2007 Posts: 11,670 Points: -1,200
|
Date parsed: 14/04/2008 04:10:29 Date: Mon, 14 Apr 2008 08:10:29 -0400
Yes. In Tool...Options you can change the formatting of various coding constructs. I beileve it's in the Text options for C#.
"jprok" <tendengarci@yahoo.com> wrote in message news:eL1o3OinIHA.3512@TK2MSFTNGP03.phx.gbl... > Is there a way to change the indenting style in vs2008 to use a "unix" > style? > > if() { > > } > > instead of > > if() > { > } > > thanks > john
|

 Rank: Guest Groups: Guest
Joined: 9/17/2007 Posts: 11,670 Points: -1,200
|
Date parsed: 14/04/2008 04:52:03 Date: Mon, 14 Apr 2008 08:52:03 -0400
Scott M. wrote: > Yes. In Tool...Options you can change the formatting of various coding > constructs. I beileve it's in the Text options for C#. > > > "jprok" <tendengarci@yahoo.com> wrote in message > news:eL1o3OinIHA.3512@TK2MSFTNGP03.phx.gbl... >> Is there a way to change the indenting style in vs2008 to use a "unix" >> style? >> >> if() { >> >> } >> >> instead of >> >> if() >> { >> } >> >> thanks >> john > > Scott, thanks! been a long time since I used VS. It seems that I can't set this up for c++, but I think I can deal. Thanks again, john
|