javascript indentation in vs2010

Posted by guy schaller on Stack Overflow See other posts from Stack Overflow or by guy schaller
Published on 2010-06-15T06:34:52Z Indexed on 2010/06/15 6:42 UTC
Read the original article Hit count: 171

Filed under:

hallo all i was wondering how i can change the indentation settings of vs2010 so instead of it doing this:

function test () {
}

it will do this:

function test ()
{

}

its bugging me out!

thank you

© Stack Overflow or respective owner

Related posts about visual-studio-2010