Merge pull request #237069 from aslezar/fix-js-indent
feat: support custom js switch-case indentationpull/238007/head
commit
6d87dc5bb7
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue