Skip to content

Commit

Permalink
chore: Add esbenp.prettier-vscode as editor.defaultFormatter
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Oct 21, 2019
1 parent 6a05a32 commit a0d8c89
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 @@
{
"editor.tabSize": 2,
"editor.formatOnSave": true
}
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode"
}

0 comments on commit a0d8c89

Please sign in to comment.