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