From 22d004e332700e4867691896b9f6db954c2d7c12 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Fri, 28 Feb 2014 19:07:14 +0200 Subject: [PATCH] Re-indent grunt/.jshintrc. --- grunt/.jshintrc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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 } -- 2.47.2