visual studio 2010 - javascript indentation in vs2010 -
Hello everyone I was wondering how I could change the indentation setting of vs0010 so that instead of doing it: < / P>
Function Test () {}
It will:
Function testing () {}
Its annoying me!
Thanks
In Visual Studio 2010, go:
- Tools> Options
- Expand the Text Editor node and select JScript . (Aka javascript).
- Under formatting, tick the "Place open brace on the new line for function" checkbox.
Comments
Post a Comment