70 Yeah, I could see how space-indentation in my code could bug you, Lens... especially when vim's auto-indentation doesn't exactly handle Javascript correctly.
Whenever a line ends without a semicolon, vim, thinking I'm using Java or C, thinks that the next line is a continuation of the previous line, and indents it again.
That took me a bit to figure out.