javascript indentation in vs2010
- by guy schaller
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