data-xexe/.vscode/settings.json

10 lines
240 B
JSON
Raw Normal View History

2024-06-03 17:59:57 +02:00
{
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit"
},
},
"isort.args":["--profile", "black"],
}