element-call-Github/.vscode/settings.json

7 lines
143 B
JSON
Raw Normal View History

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