An Open Letter to JavaScript Leaders Regarding Semicolons # I got this email last night from Sean Silva: I was browsing the code for your npm.js project (this file in particular: https://github.com/isaacs/npm/blob/master/lib/npm.js), and noticed you using a style where you line up your commas under the ‘r’ of your var statements, and under your [ and { in array/object literals. I’m very fond of th