Browse Source

Adds prettier formatter to workspace settings

main
Eric Amodio 2 years ago
parent
commit
fd2bb4db14
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      .vscode/settings.json

+ 3
- 0
.vscode/settings.json View File

@ -39,6 +39,9 @@
}
],
"gitlens.advanced.blame.customArguments": ["--ignore-revs-file", ".gitignore-revs"],
"[html][javascript][json][jsonc][markdown][svg][typescript][typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"npm.packageManager": "yarn",
"search.exclude": {
"**/dist": true

||||||
x
 
000:0
Loading…
Cancel
Save