16 lines
684 B
JSON
16 lines
684 B
JSON
{
|
|
"tabSize": 4,
|
|
"indentSize": 4,
|
|
"convertTabsToSpaces": false,
|
|
"insertSpaceAfterCommaDelimiter": true,
|
|
"insertSpaceAfterSemicolonInForStatements": true,
|
|
"insertSpaceBeforeAndAfterBinaryOperators": true,
|
|
"insertSpaceAfterKeywordsInControlFlowStatements": true,
|
|
"insertSpaceAfterFunctionKeywordForAnonymousFunctions": true,
|
|
"insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis": false,
|
|
"insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets": false,
|
|
"insertSpaceAfterOpeningAndBeforeClosingTemplateStringBraces": false,
|
|
"insertSpaceBeforeFunctionParenthesis": false,
|
|
"placeOpenBraceOnNewLineForFunctions": false,
|
|
"placeOpenBraceOnNewLineForControlBlocks": false
|
|
} |