]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
JSCS can be dumb sometimes
authorChris Rebert <code@rebertia.com>
Mon, 9 Dec 2013 05:25:25 +0000 (21:25 -0800)
committerChris Rebert <code@rebertia.com>
Wed, 8 Jan 2014 20:37:10 +0000 (12:37 -0800)
js/.jscs.json

index 096da217d2d557b3fbaed44d8bd42baf9d549bdb..313bfb6901dfa5834e9fc187a8259c6d9868fea3 100644 (file)
@@ -3,7 +3,7 @@
   "requireLeftStickedOperators": [","],
   "disallowLeftStickedOperators": ["?", "+", "-", "/", "*", "=", "==", "===", "!=", "!==", ">", ">=", "<", "<="],
   "disallowRightStickedOperators": ["?", "/", "*", ":", "=", "==", "===", "!=", "!==", ">", ">=", "<", "<="],
-  "disallowSpaceAfterPrefixUnaryOperators": ["++", "--", "+", "-", "~", "!"],
+  "disallowSpaceAfterPrefixUnaryOperators": ["++", "--", "+", "-", "~"],
   "disallowSpaceBeforePostfixUnaryOperators": ["++", "--"],
   "requireLineFeedAtFileEnd": true,
   "requireRightStickedOperators": ["!"],