mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 18:19:12 +01:00
Support custom switch-case indentation (#179670)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user