chesleybrown / grunt-tabs4life

Grunt task for enforcing a very opinionated coding style.
MIT License
4 stars 1 forks source link

Add disallowMultipleSpaces (when available) #1

Open chesleybrown opened 9 years ago

chesleybrown commented 9 years ago

We don't want anyone aligning code using spaces. To prevent this we should add:

disallowMultipleSpaces for JSCS.

However, this has not yet been released and has only just been added to JSCS repo about 15 hours ago so we'll have to wait for an actually release to be able to use this new rule.

https://github.com/jscs-dev/node-jscs/issues/435

https://github.com/jscs-dev/node-jscs/blob/master/lib/rules/disallow-multiple-spaces.js