diff options
| author | XhmikosR <[email protected]> | 2014-02-28 19:07:14 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2014-02-28 19:07:14 +0200 |
| commit | 22d004e332700e4867691896b9f6db954c2d7c12 (patch) | |
| tree | 74ffd6916b424ed31d691ff596b487aee5d09c9d | |
| parent | 055730d84ef31936fd3e13d7809528c6cc006d96 (diff) | |
| download | bootstrap-22d004e332700e4867691896b9f6db954c2d7c12.tar.xz bootstrap-22d004e332700e4867691896b9f6db954c2d7c12.zip | |
Re-indent grunt/.jshintrc.
| -rw-r--r-- | grunt/.jshintrc | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/grunt/.jshintrc b/grunt/.jshintrc index c812e59d8..8d402b53c 100644 --- a/grunt/.jshintrc +++ b/grunt/.jshintrc @@ -1,10 +1,10 @@ { - "curly" : true, - "eqeqeq" : true, - "newcap" : true, - "noarg" : true, - "node" : true, - "nonbsp" : true, - "strict" : true, - "undef" : true + "curly" : true, + "eqeqeq": true, + "newcap": true, + "noarg" : true, + "node" : true, + "nonbsp": true, + "strict": true, + "undef" : true } |
