advent22/ui/.vscode/settings.json

8 lines
164 B
JSON
Raw Normal View History

2022-10-28 00:14:20 +00:00
{
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": true
},
"git.closeDiffOnOperation": true,
"editor.tabSize": 2
}