various changes

This commit is contained in:
Zotify 2024-08-01 23:44:52 +12:00
parent 360e342bc2
commit b361976504
17 changed files with 573 additions and 353 deletions

View file

@ -1,7 +1,9 @@
{
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": true
"source.organizeImports": "explicit"
},
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
},
}