From 4c5b756fb72f294dc8e830c7a3d5a566d5a140d2 Mon Sep 17 00:00:00 2001 From: William Wung Date: Wed, 1 Apr 2015 15:02:46 -0700 Subject: [PATCH] (update) .jscrc config - Change validateIndentation to 2 --- .jscsrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.jscsrc b/.jscsrc index cfb2b68..2a3a545 100644 --- a/.jscsrc +++ b/.jscsrc @@ -4,6 +4,7 @@ "requireParenthesesAroundIIFE": true, "validateLineBreaks": "LF", + "validateIndentation": 2, "disallowKeywords": ["with"], "disallowSpacesInsideObjectBrackets": null,