From b9edf0b1c5c550971510c3a3b4836a78125ad1a0 Mon Sep 17 00:00:00 2001 From: Niklas von Hertzen 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 },