update indent value of jshint config and follow style rule.

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu 2014-06-23 15:30:12 +08:00
parent b2f9653d26
commit 0ced4191fc

View File

@ -7,7 +7,7 @@
"curly": true,
"eqeqeq": true,
"immed": true,
"indent": 4,
"indent": 2,
"newcap": true,
"noarg": true,
"quotmark": "single",