Skip to content

Commit

Permalink
Merge pull request #237069 from aslezar/fix-js-indent
Browse files Browse the repository at this point in the history
feat: support custom js switch-case indentation
  • Loading branch information
mjbvz authored Jan 15, 2025
2 parents 94a4a07 + d8ea024 commit 6d87dc5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions extensions/typescript-language-features/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 6d87dc5

Please sign in to comment.