Files
home-automation-backend/.vscode/settings.json
2024-07-16 15:55:45 +02:00

10 lines
259 B
JSON

{
"[python]": {
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": "explicit",
"source.organizeImports": "explicit"
},
"editor.defaultFormatter": "charliermarsh.ruff"
}
}