element-call/.vscode/settings.json

7 lines
143 B
JSON
Raw Normal View History

2021-07-16 14:22:03 -07:00
{
2022-05-03 12:05:22 +01:00
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.insertSpaces": true,
"editor.tabSize": 2
}