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

feat: support custom js switch-case indentation
pull/238007/head
Matt Bierner 2025-01-15 11:42:48 -08:00 committed by GitHub
commit 6d87dc5bb7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

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,