]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix wrong indent in .jscs.json 12010/head
authorZlatan Vasović <legospace9876@gmail.com>
Wed, 25 Dec 2013 19:22:52 +0000 (20:22 +0100)
committerZlatan Vasović <legospace9876@gmail.com>
Wed, 25 Dec 2013 19:22:52 +0000 (20:22 +0100)
js/.jscs.json

index c4cac13de753f2dad5bc0078284abda444d0fdcb..096da217d2d557b3fbaed44d8bd42baf9d549bdb 100644 (file)
@@ -1,15 +1,15 @@
 {
-    "disallowKeywords": ["with"],
-    "requireLeftStickedOperators": [","],
-    "disallowLeftStickedOperators": ["?", "+", "-", "/", "*", "=", "==", "===", "!=", "!==", ">", ">=", "<", "<="],
-    "disallowRightStickedOperators": ["?", "/", "*", ":", "=", "==", "===", "!=", "!==", ">", ">=", "<", "<="],
-    "disallowSpaceAfterPrefixUnaryOperators": ["++", "--", "+", "-", "~", "!"],
-    "disallowSpaceBeforePostfixUnaryOperators": ["++", "--"],
-    "requireLineFeedAtFileEnd": true,
-    "requireRightStickedOperators": ["!"],
-    "requireSpaceAfterBinaryOperators": ["+", "-", "/", "*", "=", "==", "===", "!=", "!=="],
-    "requireSpaceAfterKeywords": ["if", "else", "for", "while", "do", "switch", "return", "try", "catch"],
-    "requireSpaceBeforeBinaryOperators": ["+", "-", "/", "*", "=", "==", "===", "!=", "!=="],
-    "requireSpacesInFunctionExpression": { "beforeOpeningCurlyBrace": true },
-    "validateLineBreaks": "LF"
+  "disallowKeywords": ["with"],
+  "requireLeftStickedOperators": [","],
+  "disallowLeftStickedOperators": ["?", "+", "-", "/", "*", "=", "==", "===", "!=", "!==", ">", ">=", "<", "<="],
+  "disallowRightStickedOperators": ["?", "/", "*", ":", "=", "==", "===", "!=", "!==", ">", ">=", "<", "<="],
+  "disallowSpaceAfterPrefixUnaryOperators": ["++", "--", "+", "-", "~", "!"],
+  "disallowSpaceBeforePostfixUnaryOperators": ["++", "--"],
+  "requireLineFeedAtFileEnd": true,
+  "requireRightStickedOperators": ["!"],
+  "requireSpaceAfterBinaryOperators": ["+", "-", "/", "*", "=", "==", "===", "!=", "!=="],
+  "requireSpaceAfterKeywords": ["if", "else", "for", "while", "do", "switch", "return", "try", "catch"],
+  "requireSpaceBeforeBinaryOperators": ["+", "-", "/", "*", "=", "==", "===", "!=", "!=="],
+  "requireSpacesInFunctionExpression": { "beforeOpeningCurlyBrace": true },
+  "validateLineBreaks": "LF"
 }