Files
Marzban/marzban.code-workspace
2024-10-16 09:38:45 +03:30

17 lines
291 B
Plaintext

{
"folders": [
{
"path": "."
}
],
"settings": {
"[python]": {
"editor.defaultFormatter": "ms-python.autopep8",
"editor.formatOnSave": true,
},
"autopep8.args": [ "--max-line-length", "120" ],
"editor.codeActionsOnSave": {
"source.organizeImports": "never"
}
}
}