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
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
Tools > Options
Check "Show all settings"
Text editor > JScript > Formatting
Uncheck "Place open brace on new line for functions"
In Visual Studio 2010, go: