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

@@ -514,6 +514,12 @@
"%format.semicolons.remove%"
]
},
"typescript.format.indentSwitchCase": {
"type": "boolean",
"default": true,
"description": "%format.indentSwitchCase%",
"scope": "resource"
},
"javascript.validate.enable": {
"type": "boolean",
"default": true,