zotify/.vscode/settings.json
2024-08-01 23:44:52 +12:00

9 lines
No EOL
210 B
JSON

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