pferd/.vscode/settings.json
2023-04-19 10:12:48 +02:00

9 lines
243 B
JSON

{
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"python.formatting.provider": "autopep8",
"python.linting.enabled": true,
"python.linting.flake8Enabled": true,
"python.linting.mypyEnabled": true,
}