Skip to content

Commit

Permalink
Merge pull request #1373 from govfvck/dev
Browse files Browse the repository at this point in the history
Fmt: add vscode configs for format on save
  • Loading branch information
ImMohammad20000 authored Oct 16, 2024
2 parents 65cae59 + cb8d383 commit 7509a9d
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion marzban.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
}

0 comments on commit 7509a9d

Please sign in to comment.