data-xexe/.vscode/settings.json
2024-06-03 17:59:57 +02:00

10 lines
No EOL
240 B
JSON

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