ColumbiaJS / js-course

Columbia Computer Science Course in Advanced Javascript as Taught By Lev Brie
23 stars 4 forks source link

whitespace errors #6

Closed ghost closed 9 years ago

ghost commented 9 years ago

I must be going nuts... is anybody else getting consistent whitespace errors? This happens with my double-array and sum-array as you might imagine.

jameslinjl commented 9 years ago

I was getting them for a little while. Have you removed whitespace in accordance with the style guide enforcer?

annie commented 9 years ago

Are you getting "mixed tabs and spaces" errors? That happened to me a lot too, I just had to change some settings on my text editor

ghost commented 9 years ago

Yeah... doesn't like tabs. I was using 'vi.' whoops... 4 spaces using the spacebar. Thanks everyone.

annie commented 9 years ago

You can change your vi settings so that a tab is translated to 4 spaces! Manually typing the spaces gets pretty annoying haha