pygametut/.vscode/settings.json
2023-05-29 22:49:54 +10:00

8 lines
210 B
JSON

{
"python.linting.flake8Enabled": true,
"python.linting.enabled": true,
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
},
"python.formatting.provider": "none"
}