Support custom switch-case indentation (#179670)

This commit is contained in:
Donald33 Wang
2023-04-19 01:24:51 +08:00
committed by GitHub
parent 61860e8c1b
commit 7122771026
3 changed files with 8 additions and 0 deletions

View File

@@ -39,6 +39,7 @@
"format.semicolons.ignore": "Don't insert or remove any semicolons.",
"format.semicolons.insert": "Insert semicolons at statement ends.",
"format.semicolons.remove": "Remove unnecessary semicolons.",
"format.indentSwitchCase": "Indent case clauses in switch statements.",
"javascript.validate.enable": "Enable/disable JavaScript validation.",
"goToProjectConfig.title": "Go to Project Configuration",
"javascript.referencesCodeLens.enabled": "Enable/disable references CodeLens in JavaScript files.",