pferd/.vscode/settings.json

9 lines
243 B
JSON
Raw Normal View History

2022-11-23 23:00:25 +01:00
{
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"python.formatting.provider": "autopep8",
"python.linting.enabled": true,
"python.linting.flake8Enabled": true,
"python.linting.mypyEnabled": true,
}