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:

  1. Tools> Options
  2. Expand the Text Editor node and select JScript . (Aka javascript).
  3. Under formatting, tick the "Place open brace on the new line for function" checkbox.


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -