Skip to content

Commit

Permalink
update vs code settings (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
DrewHoo authored Mar 22, 2024
1 parent 716bd82 commit 89c163a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
{
"editor.tabSize": 2
"editor.tabSize": 2,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"npm.packageManager": "pnpm",
"typescript.format.enable": false,
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}

0 comments on commit 89c163a

Please sign in to comment.