zotify/.vscode/settings.json
2023-09-08 17:22:55 +12:00

7 lines
No EOL
176 B
JSON

{
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": true
},
}