diff --git a/marzban.code-workspace b/marzban.code-workspace index 876a1499..7228314a 100644 --- a/marzban.code-workspace +++ b/marzban.code-workspace @@ -4,5 +4,14 @@ "path": "." } ], - "settings": {} + "settings": { + "[python]": { + "editor.defaultFormatter": "ms-python.autopep8", + "editor.formatOnSave": true, + }, + "autopep8.args": [ "--max-line-length", "120" ], + "editor.codeActionsOnSave": { + "source.organizeImports": "never" + } + } } \ No newline at end of file