Add VSCode prettier to recommendations.

This commit is contained in:
Paul
2021-07-10 18:09:20 +01:00
parent c00b5ae37a
commit 6f6020c474
2 changed files with 7 additions and 0 deletions

4
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,4 @@
{
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true
}