mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 04:09:28 +00:00
feat: support custom js switch-case indentation
This commit is contained in:
@@ -532,6 +532,12 @@
|
||||
"description": "%format.indentSwitchCase%",
|
||||
"scope": "resource"
|
||||
},
|
||||
"javascript.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