jscs-dev / node-jscs

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

validateIndentation and indent_to_bracket in jscs3 #2232

Closed minj closed 8 years ago

minj commented 8 years ago

Since jscs3, validateIndentation: "\t" complains about mixed indentation in indent_to_bracket mode:

\tif (somewhatLongCondition && anotherLongCondition &&
\t____extremelyUberLongCondition3) {
\t\t// code
\t}

This is probably logical and was intended as a bugfix but a way to restore the old behavior would be nice.

markelog commented 8 years ago

/cc @mdevils

markelog commented 8 years ago

At this point only major and CST related bugs will be fixed.