Skip to content

Commit

Permalink
chore: enable “format on save” in vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
aleclarson committed Nov 4, 2024
1 parent 152687a commit 9983767
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"recommendations": [
"esbenp.prettier-vscode"
]
}
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"[typescript]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}

0 comments on commit 9983767

Please sign in to comment.