Skip to content

Commit

Permalink
[.vscode] Change default workspace formatter to Prettier.
Browse files Browse the repository at this point in the history
I'm not really happy about this, but it matches `make format` and CI.
  • Loading branch information
lgarron committed Apr 27, 2021
1 parent 45d61a4 commit bdd55b1
Show file tree
Hide file tree
Showing 8 changed files with 440 additions and 302 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"typescript.tsdk": "node_modules/typescript/lib",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
}
Loading

0 comments on commit bdd55b1

Please sign in to comment.