Skip to content

Commit

Permalink
Enable format on save for jsonc
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaffter committed Oct 31, 2023
1 parent 0f0fa37 commit c221d87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"editor.formatOnSave": true,
"editor.tabSize": 4
},
"[json]": {
"[json][jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true
},
Expand Down

0 comments on commit c221d87

Please sign in to comment.