Skip to content

Commit

Permalink
Set default formatter for typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
swsnr committed Sep 21, 2024
1 parent 6a61c4e commit cb3dc38
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@
"cSpell.words": [
"girs"
],
"prettier.prettierPath": ".yarn/sdks/prettier/index.cjs"
"prettier.prettierPath": ".yarn/sdks/prettier/index.cjs",
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}

0 comments on commit cb3dc38

Please sign in to comment.