Set formatter to prettier

Although this will only work with the extension installed
This commit is contained in:
David Baker 2022-05-05 12:30:00 +01:00
parent dbef06269b
commit 5487fbc048

View File

@ -1,5 +1,6 @@
{
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.insertSpaces": true,
"editor.tabSize": 2
}