podweasel/.vscode/settings.json

8 lines
149 B
JSON

{
"python.pythonPath": ".venv/bin/python",
"editor.formatOnSave": true,
"[python]": {
"editor.tabSize": 4,
"editor.rulers": [88]
}
}