Add indentation rule to jshintrc

This commit is contained in:
Niklas von Hertzen 2014-09-04 18:47:17 +03:00
parent 07f793b0ed
commit b9edf0b1c5

View File

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