mirror of
https://github.com/apache/cordova-android.git
synced 2025-01-19 15:12:51 +08:00
25 lines
581 B
JSON
25 lines
581 B
JSON
{
|
|
"disallowMixedSpacesAndTabs": true,
|
|
"disallowTrailingWhitespace": true,
|
|
"validateLineBreaks": "LF",
|
|
"validateIndentation": 4,
|
|
"requireLineFeedAtFileEnd": true,
|
|
|
|
"disallowSpaceAfterPrefixUnaryOperators": true,
|
|
"disallowSpaceBeforePostfixUnaryOperators": true,
|
|
"requireSpaceAfterLineComment": true,
|
|
"requireCapitalizedConstructors": true,
|
|
|
|
"disallowSpacesInNamedFunctionExpression": {
|
|
"beforeOpeningRoundBrace": true
|
|
},
|
|
|
|
"requireSpaceAfterKeywords": [
|
|
"if",
|
|
"else",
|
|
"for",
|
|
"while",
|
|
"do"
|
|
]
|
|
}
|