7 lines
325 B
JSON
7 lines
325 B
JSON
{
|
|
"editor.autoIndent": "keep",
|
|
"javascript.format.insertSpaceAfterFunctionKeywordForAnonymousFunctions": false,
|
|
"javascript.format.insertSpaceAfterKeywordsInControlFlowStatements": false,
|
|
"javascript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": false,
|
|
"javascript.format.enable": false
|
|
} |