ovdashboard/ui/.vscode/settings.json

8 lines
164 B
JSON
Raw Normal View History

2022-09-09 16:13:04 +00:00
{
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": true
},
2022-09-12 22:13:05 +00:00
"git.closeDiffOnOperation": true,
"editor.tabSize": 2
2022-09-09 16:13:04 +00:00
}