8 lines
363 B
JSON
8 lines
363 B
JSON
{
|
|
"editor.autoIndent": "keep",
|
|
"javascript.format.insertSpaceAfterFunctionKeywordForAnonymousFunctions": false,
|
|
"javascript.format.insertSpaceAfterKeywordsInControlFlowStatements": false,
|
|
"javascript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": false,
|
|
"javascript.format.enable": false,
|
|
"liveServer.settings.port": 5501
|
|
} |