mirror of
https://github.com/Gozargah/Marzban.git
synced 2026-05-17 00:25:53 +03:00
17 lines
291 B
Plaintext
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"
|
|
}
|
|
}
|
|
} |