Log in
15
July

Javascript Formatting

Written by Adnan Rashid. No comments Posted in: Development
Tagged with ,

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 [...]