jscs-dev / node-jscs

:arrow_heading_up: JavaScript Code Style checker (unmaintained)
https://jscs-dev.github.io
MIT License
4.96k stars 510 forks source link

validateIndentation: no erroring when tabs are used but spaces are ex… #2068

Closed kylepaulsen closed 8 years ago

kylepaulsen commented 8 years ago

…pected.

Also check to make sure that the tabs would make the code look indented correctly.

Fixes #1907

This might be a hasty fix but I thought I would throw it out there anyway.