Skip to content

Commit

Permalink
Set Prettier as default formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
sockmaster27 committed Oct 29, 2024
1 parent 4a99503 commit d921f96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"editor.formatOnSave": true
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode"
}

0 comments on commit d921f96

Please sign in to comment.