]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Re-indent grunt/.jshintrc. 12853/head
authorXhmikosR <xhmikosr@users.sourceforge.net>
Fri, 28 Feb 2014 17:07:14 +0000 (19:07 +0200)
committerXhmikosR <xhmikosr@users.sourceforge.net>
Fri, 28 Feb 2014 17:07:14 +0000 (19:07 +0200)
grunt/.jshintrc

index c812e59d846ee9e865994b3aaa258ab4cdc70274..8d402b53c2a6613e5047db5e7dc9122e2dfde139 100644 (file)
@@ -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
 }