aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2014-02-28 19:07:14 +0200
committerXhmikosR <[email protected]>2014-02-28 19:07:14 +0200
commit22d004e332700e4867691896b9f6db954c2d7c12 (patch)
tree74ffd6916b424ed31d691ff596b487aee5d09c9d
parent055730d84ef31936fd3e13d7809528c6cc006d96 (diff)
downloadbootstrap-22d004e332700e4867691896b9f6db954c2d7c12.tar.xz
bootstrap-22d004e332700e4867691896b9f6db954c2d7c12.zip
Re-indent grunt/.jshintrc.
-rw-r--r--grunt/.jshintrc16
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
}