From: XhmikosR Date: Fri, 28 Feb 2014 17:07:14 +0000 (+0200) Subject: Re-indent grunt/.jshintrc. X-Git-Tag: v3.2.0~438^2~12^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22d004e332700e4867691896b9f6db954c2d7c12;p=thirdparty%2Fbootstrap.git Re-indent grunt/.jshintrc. --- diff --git a/grunt/.jshintrc b/grunt/.jshintrc index c812e59d84..8d402b53c2 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 }