element-call/.vscode/settings.json

7 lines
143 B
JSON
Raw Normal View History

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