diff options
| author | XhmikosR <[email protected]> | 2014-02-19 09:11:05 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2014-02-28 17:30:08 +0200 |
| commit | 537e10033e055bc060ecbd57a678e6cfcfffed30 (patch) | |
| tree | 818a23312f7176e068d832921e46194873c2739b /grunt | |
| parent | 299f985e5d453c2a6b1202bbc545d83f84b09360 (diff) | |
| download | bootstrap-537e10033e055bc060ecbd57a678e6cfcfffed30.tar.xz bootstrap-537e10033e055bc060ecbd57a678e6cfcfffed30.zip | |
Switch to using JSCS for the indentation check.
Diffstat (limited to 'grunt')
| -rw-r--r-- | grunt/.jshintrc | 23 |
1 files changed, 11 insertions, 12 deletions
diff --git a/grunt/.jshintrc b/grunt/.jshintrc index 47dc88e0b..15f3862a9 100644 --- a/grunt/.jshintrc +++ b/grunt/.jshintrc @@ -1,15 +1,14 @@ { "camelcase": true, - "curly": true, - "eqeqeq": true, - "immed": true, - "indent": 2, - "newcap": true, - "noarg": true, - "node": true, - "nonbsp": true, - "quotmark": "single", - "strict": true, - "trailing": true, - "undef": true + "curly" : true, + "eqeqeq" : true, + "immed" : true, + "newcap" : true, + "noarg" : true, + "node" : true, + "nonbsp" : true, + "quotmark" : "single", + "strict" : true, + "trailing" : true, + "undef" : true } |
