Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
d8e4c157
Commit
d8e4c157
authored
11 years ago
by
Mark Otto
Browse files
Options
Download
Plain Diff
Merge pull request #12010 from ZDroid/wrong-indent
Fix wrong indent in .jscs.json
parents
e4b036d2
1e05029d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
js/.jscs.json
+13
-13
js/.jscs.json
with
13 additions
and
13 deletions
+13
-13
js/.jscs.json
+
13
-
13
View file @
d8e4c157
{
{
"disallowKeywords"
:
[
"with"
],
"disallowKeywords"
:
[
"with"
],
"requireLeftStickedOperators"
:
[
","
],
"requireLeftStickedOperators"
:
[
","
],
"disallowLeftStickedOperators"
:
[
"?"
,
"+"
,
"-"
,
"/"
,
"*"
,
"="
,
"=="
,
"==="
,
"!="
,
"!=="
,
">"
,
">="
,
"<"
,
"<="
],
"disallowLeftStickedOperators"
:
[
"?"
,
"+"
,
"-"
,
"/"
,
"*"
,
"="
,
"=="
,
"==="
,
"!="
,
"!=="
,
">"
,
">="
,
"<"
,
"<="
],
"disallowRightStickedOperators"
:
[
"?"
,
"/"
,
"*"
,
":"
,
"="
,
"=="
,
"==="
,
"!="
,
"!=="
,
">"
,
">="
,
"<"
,
"<="
],
"disallowRightStickedOperators"
:
[
"?"
,
"/"
,
"*"
,
":"
,
"="
,
"=="
,
"==="
,
"!="
,
"!=="
,
">"
,
">="
,
"<"
,
"<="
],
"disallowSpaceAfterPrefixUnaryOperators"
:
[
"++"
,
"--"
,
"+"
,
"-"
,
"~"
,
"!"
],
"disallowSpaceAfterPrefixUnaryOperators"
:
[
"++"
,
"--"
,
"+"
,
"-"
,
"~"
,
"!"
],
"disallowSpaceBeforePostfixUnaryOperators"
:
[
"++"
,
"--"
],
"disallowSpaceBeforePostfixUnaryOperators"
:
[
"++"
,
"--"
],
"requireLineFeedAtFileEnd"
:
true
,
"requireLineFeedAtFileEnd"
:
true
,
"requireRightStickedOperators"
:
[
"!"
],
"requireRightStickedOperators"
:
[
"!"
],
"requireSpaceAfterBinaryOperators"
:
[
"+"
,
"-"
,
"/"
,
"*"
,
"="
,
"=="
,
"==="
,
"!="
,
"!=="
],
"requireSpaceAfterBinaryOperators"
:
[
"+"
,
"-"
,
"/"
,
"*"
,
"="
,
"=="
,
"==="
,
"!="
,
"!=="
],
"requireSpaceAfterKeywords"
:
[
"if"
,
"else"
,
"for"
,
"while"
,
"do"
,
"switch"
,
"return"
,
"try"
,
"catch"
],
"requireSpaceAfterKeywords"
:
[
"if"
,
"else"
,
"for"
,
"while"
,
"do"
,
"switch"
,
"return"
,
"try"
,
"catch"
],
"requireSpaceBeforeBinaryOperators"
:
[
"+"
,
"-"
,
"/"
,
"*"
,
"="
,
"=="
,
"==="
,
"!="
,
"!=="
],
"requireSpaceBeforeBinaryOperators"
:
[
"+"
,
"-"
,
"/"
,
"*"
,
"="
,
"=="
,
"==="
,
"!="
,
"!=="
],
"requireSpacesInFunctionExpression"
:
{
"beforeOpeningCurlyBrace"
:
true
},
"requireSpacesInFunctionExpression"
:
{
"beforeOpeningCurlyBrace"
:
true
},
"validateLineBreaks"
:
"LF"
"validateLineBreaks"
:
"LF"
}
}
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment