mirror of
https://forgejo.altau.su/lego/lego-monitoring.git
synced 2026-03-10 04:41:10 +00:00
16 lines
350 B
JSON
16 lines
350 B
JSON
{
|
|
"[python]": {
|
|
"editor.defaultFormatter": "ms-python.black-formatter",
|
|
"editor.formatOnSave": true,
|
|
"editor.codeActionsOnSave": {
|
|
"source.organizeImports": true
|
|
},
|
|
},
|
|
"isort.args": [
|
|
"--profile",
|
|
"black"
|
|
],
|
|
"black-formatter.args": [
|
|
"--line-length=120"
|
|
]
|
|
}
|