Skip to content

Commit

Permalink
Configure VSCode to run prettier on save
Browse files Browse the repository at this point in the history
  • Loading branch information
davidje13 committed Dec 20, 2024
1 parent 22ae8ee commit 2325cdf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"editor.tabSize": 2,
"files.exclude": {
"**/build": true,
Expand Down

0 comments on commit 2325cdf

Please sign in to comment.