Skip to content

Commit

Permalink
fix(devcontainer): format on save by default
Browse files Browse the repository at this point in the history
  • Loading branch information
thekaveman committed Jul 14, 2022
1 parent 9865b60 commit 817d846
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"[html]": {
"editor.formatOnSave": false
},
Expand Down

0 comments on commit 817d846

Please sign in to comment.