2022/.vscode/settings.json
2024-12-01 15:02:34 +01:00

12 lines
248 B
JSON

{
"[python]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "charliermarsh.ruff",
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit"
}
},
"ruff.nativeServer": "on",
"ruff.lineLength": 119
}