I'm trying to follow the rules that JSLint has, and something like ``` javascript var a=b, c, d; ``` gets indented as ``` javascript var a=b, c, d; ``` which JSLint doesn't like. I may also be doing something wrong of course.