From 097399cac37b18e6dfea7db5b15fb3c89eac6c19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zlatan=20Vasovi=C4=87?= Date: Fri, 7 Mar 2014 22:38:42 +0100 Subject: [PATCH] Minify .jshintrc indent --- js/.jshintrc | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/js/.jshintrc b/js/.jshintrc index 30a1687..75d6f22 100644 --- a/js/.jshintrc +++ b/js/.jshintrc @@ -1,15 +1,15 @@ { - "bitwise" : true, - "browser" : true, - "devel" : true, - "eqeqeq" : true, - "eqnull" : true, - "expr" : true, - "forin" : true, - "freeze" : true, - "latedef" : true, - "nonbsp" : true, - "strict" : true, - "undef" : true, - "unused" : true + "bitwise" : true, + "browser" : true, + "devel" : true, + "eqeqeq" : true, + "eqnull" : true, + "expr" : true, + "forin" : true, + "freeze" : true, + "latedef" : true, + "nonbsp" : true, + "strict" : true, + "undef" : true, + "unused" : true }