mirror of
https://github.com/apache/cordova-plugin-file-transfer.git
synced 2026-02-02 00:00:05 +08:00
25 lines
583 B
Plaintext
25 lines
583 B
Plaintext
{
|
|
"disallowMixedSpacesAndTabs": true,
|
|
"disallowTrailingWhitespace": true,
|
|
"validateLineBreaks": "CRLF",
|
|
"validateIndentation": 4,
|
|
"requireLineFeedAtFileEnd": true,
|
|
|
|
"disallowSpaceAfterPrefixUnaryOperators": true,
|
|
"disallowSpaceBeforePostfixUnaryOperators": true,
|
|
"requireSpaceAfterLineComment": true,
|
|
"requireCapitalizedConstructors": true,
|
|
|
|
"disallowSpacesInNamedFunctionExpression": {
|
|
"beforeOpeningRoundBrace": true
|
|
},
|
|
|
|
"requireSpaceAfterKeywords": [
|
|
"if",
|
|
"else",
|
|
"for",
|
|
"while",
|
|
"do"
|
|
]
|
|
}
|