diff options
| author | Mark Otto <[email protected]> | 2013-12-26 12:54:23 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-12-26 12:54:23 -0800 |
| commit | d8e4c1578d34cbf3d799ba8999b4e8c3d3fa87fc (patch) | |
| tree | ee3f8ba26d7a3ecf8c25a938c61ec6d75500857a /js | |
| parent | e4b036d278d5e11d6c9fcdfd78a2bae78d281e4f (diff) | |
| parent | 1e05029d1a9b8057e59b7046d08b09d75548c310 (diff) | |
| download | bootstrap-d8e4c1578d34cbf3d799ba8999b4e8c3d3fa87fc.tar.xz bootstrap-d8e4c1578d34cbf3d799ba8999b4e8c3d3fa87fc.zip | |
Merge pull request #12010 from ZDroid/wrong-indent
Fix wrong indent in .jscs.json
Diffstat (limited to 'js')
| -rw-r--r-- | js/.jscs.json | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/js/.jscs.json b/js/.jscs.json index c4cac13de..096da217d 100644 --- a/js/.jscs.json +++ b/js/.jscs.json @@ -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" } |
