Trying to get people's opinions on what they consider more readable, not focusing on comma first or not, but on the fact that the original is tabular and the beautified one removed the whitespace and therefore is not.
Please vote +1 for either original or beautified.
+1 original.
But if you're only going to do one var statement, I'd prefer 4 space indents, otherwise each line should have a var. (The python dev in me wants four spaces always, and var at the beginning of each line, but I digress)
or
Mostly because this is the predominant way that variable assignment and layout is taught (i've never seen a text with the equal spacing), and if you don't have a nifty plugin for your editor, it's a bunch of extra work to do the spacing (plus it requires a plugin).