Skip to content

Commit

Permalink
use prettier as default formatter in vs code
Browse files Browse the repository at this point in the history
  • Loading branch information
mburri committed Mar 11, 2022
1 parent 51cac16 commit 5c1278b
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,4 +1,5 @@
{
"editor.formatOnSave": true,
"angular.enable-strict-mode-prompt": false
"angular.enable-strict-mode-prompt": false,
"editor.defaultFormatter": "esbenp.prettier-vscode"
}

0 comments on commit 5c1278b

Please sign in to comment.