mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
9 lines
267 B
Text
9 lines
267 B
Text
{
|
|
"preset": "crockford",
|
|
"requireSpaceAfterKeywords": null,
|
|
"requireCapitalizedConstructors": null,
|
|
"disallowTrailingWhitespace": "ignoreEmptyLines",
|
|
"disallowTrailingComma": null,
|
|
"validateIndentation": null,
|
|
"requireCurlyBraces": null
|
|
}
|