From 588f4900058a0df0c99bd182643c5505bf05488e Mon Sep 17 00:00:00 2001 From: MoyuScript Date: Thu, 4 Sep 2014 18:47:17 +0300 Subject: [PATCH] Add indentation rule to jshintrc --- .jshintrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.jshintrc b/.jshintrc index 493331c..3c7c847 100644 --- a/.jshintrc +++ b/.jshintrc @@ -10,6 +10,7 @@ "boss": true, "eqnull": true, "browser": true, + "indent": 4, "globals": { "jQuery": true },