1
0
mirror of https://github.com/vector-im/element-call.git synced 2022-05-22 02:31:18 +03:00

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
}