Remove smarttabs from .jshintrc per IRC discussion. see #25187.

git-svn-id: https://develop.svn.wordpress.org/trunk@26136 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2013-11-13 19:23:16 +00:00
parent 6c20964578
commit d4802f6c82

View File

@ -9,7 +9,6 @@
"noarg": true,
"onevar": true,
"quotmark": "single",
"smarttabs": true,
"trailing": true,
"undef": true,
"unused": true,