ovdashboard/ui/.vscode/settings.json

7 lines
141 B
JSON
Raw Normal View History

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