Web Technologist
Archive for July, 2009
Javascript Formatting
Jul 15th
Like most developer I love jQuery and appreciate the intellisense support in Visual Studio. I am very particular about the format for my code and often use the Document Format option of the IDE. What I noticed was that my braces were never placed on new lines, and I wanted to change this. So here’s what you can do :
- In the Tools menu, select Options…
- Check the Show all settings options
- In the Text Editor > JScript choose the Formatting option.
- On the right pane, there are two options under the ‘New lines’ section. Check them as per your requirement.


