mirror of
https://code.lenaisten.de/Lenaisten/advent22.git
synced 2024-11-23 00:03:07 +00:00
8 lines
164 B
JSON
8 lines
164 B
JSON
|
{
|
||
|
"editor.formatOnSave": true,
|
||
|
"editor.codeActionsOnSave": {
|
||
|
"source.organizeImports": true
|
||
|
},
|
||
|
"git.closeDiffOnOperation": true,
|
||
|
"editor.tabSize": 2
|
||
|
}
|