Merge pull request #237069 from aslezar/fix-js-indent

feat: support custom js switch-case indentation
This commit is contained in:
Matt Bierner
2025-01-15 11:42:48 -08:00
committed by GitHub

View File

@@ -531,6 +531,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,