feat: support custom js switch-case indentation

This commit is contained in:
aslezar
2024-12-29 15:24:38 +05:30
parent a3261eae42
commit a91e6b684b

View File

@@ -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,