Skip to content

Commit

Permalink
use prettier as default formatter on vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
daton89 committed Apr 27, 2020
1 parent 56ae7e7 commit b3640fb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"files.autoSave": "onWindowChange",
"editor.suggest.showReferences": true
"files.autoSave": "onWindowChange",
"editor.suggest.showReferences": true,
"editor.defaultFormatter": "esbenp.prettier-vscode"
}

0 comments on commit b3640fb

Please sign in to comment.