Update LSP-typescript config

This commit is contained in:
László Károlyi 2023-06-27 19:42:42 +02:00
parent 03108e54d6
commit fb5ff9b923
Signed by: karolyi
GPG Key ID: 2DCAF25E55735BFE
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
"typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": true,
"typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets": false,
"typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis": false,
"typescript.format.insertSpaceAfterOpeningAndBeforeClosingTemplateStringBraces": true,
"typescript.format.insertSpaceAfterOpeningAndBeforeClosingTemplateStringBraces": false,
"typescript.format.insertSpaceAfterSemicolonInForStatements": true,
"typescript.format.insertSpaceAfterTypeAssertion": false,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": true,