From c76fc3be61673c0846362f4819ca699083dfa972 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sun, 9 Mar 2014 14:30:25 +0200 Subject: [PATCH] Add a few more items in `disallowSpaceAfterPrefixUnaryOperators` check. --- .jscsrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.jscsrc b/.jscsrc index 2058190..ba3aa57 100644 --- a/.jscsrc +++ b/.jscsrc @@ -20,8 +20,8 @@ "disallowQuotedKeysInObjects": "allButReserved", "disallowSpaceAfterObjectKeys": true, + "disallowSpaceAfterPrefixUnaryOperators": ["++", "--", "+", "-", "~", "!"], "disallowSpaceBeforePostfixUnaryOperators": ["++", "--"], - "disallowSpaceAfterPrefixUnaryOperators": ["++", "--"], "disallowKeywords": ["with"], "disallowMixedSpacesAndTabs": true, -- 2.34.1