11 lines
572 B
JSON
11 lines
572 B
JSON
{
|
|
"editor.autoIndent": "keep",
|
|
"javascript.format.insertSpaceAfterFunctionKeywordForAnonymousFunctions": false,
|
|
"javascript.format.insertSpaceAfterKeywordsInControlFlowStatements": true,
|
|
"javascript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": false,
|
|
"javascript.format.enable": true,
|
|
"liveServer.settings.port": 5502,
|
|
"javascript.format.insertSpaceAfterConstructor": true,
|
|
"javascript.format.insertSpaceBeforeFunctionParenthesis": false,
|
|
"javascript.format.insertSpaceAfterOpeningAndBeforeClosingEmptyBraces": false
|
|
} |