Wheelie/.vscode/settings.json
2021-02-24 14:58:26 +01:00

11 lines
290 B
JSON

{
"python.languageSever": "Pylance",
"python.linting.enabled": true,
"python.linting.pylintEnabled": true,
"python.linting.flake8Enabled": true,
"python.linting.pycodestyleEnabled": true,
"[python]": {
"editor.rulers": [120],
},
"editor.tabSize": 4
}