aboutsummaryrefslogtreecommitdiffstats
path: root/src/.jshintrc
diff options
context:
space:
mode:
authorMike Sherov <mike.sherov@gmail.com>2012-10-22 13:28:51 -0400
committerMike Sherov <mike.sherov@gmail.com>2012-10-22 13:29:43 -0400
commitbede0123d99ed41ef2214edde795927e2a777f8a (patch)
tree80ecc9bb03338459f179c80f2da77644152ffadd /src/.jshintrc
parent227c49a4596423a125bdcb1d25a2263e526360db (diff)
downloadjquery-bede0123d99ed41ef2214edde795927e2a777f8a.tar.gz
jquery-bede0123d99ed41ef2214edde795927e2a777f8a.zip
new JSHINT mixed spaces/tabs is smart enough to not warn on multiline comments, rendering smarttabs useless
Diffstat (limited to 'src/.jshintrc')
-rw-r--r--src/.jshintrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/.jshintrc b/src/.jshintrc
index bc4ae7750..8a47fc233 100644
--- a/src/.jshintrc
+++ b/src/.jshintrc
@@ -8,7 +8,6 @@
"maxerr": 100,
"newcap": false,
"quotmark": "double",
- "smarttabs": true,
"strict": true,
"sub": true,
"trailing": true,