-
Notifications
You must be signed in to change notification settings - Fork 0
Prettier in VS Code
Adam edited this page May 21, 2020
·
1 revision
This page is for setting up Prettier code style in vs code.


Press CTRL + ,

"editor.formatOnSave": true,
"[javascript]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"typescript.updateImportsOnFileMove.enabled": "always",
"prettier.semi": falseEvery time you save, your code should reformat