Add indentation rule to jshintrc

This commit is contained in:
MoyuScript 2014-09-04 18:47:17 +03:00
parent 6f35015b93
commit 588f490005

View File

@ -10,6 +10,7 @@
"boss": true,
"eqnull": true,
"browser": true,
"indent": 4,
"globals": {
"jQuery": true
},