new JSHINT mixed spaces/tabs is smart enough to not warn on multiline comments, rendering smarttabs useless

This commit is contained in:
Mike Sherov 2012-10-22 13:28:51 -04:00
parent 227c49a459
commit bede0123d9
3 changed files with 4 additions and 5 deletions

View File

@ -8,7 +8,6 @@
"maxerr": 100,
"newcap": false,
"quotmark": "double",
"smarttabs": true,
"strict": true,
"sub": true,
"trailing": true,