Files
friend-event-rsvp/.vscode/settings.json
T
2026-03-31 15:24:00 +02:00

13 lines
310 B
JSON

{
"python.analysis.autoImportCompletions": true,
"python.analysis.completeFunctionParens": true,
"python.analysis.typeCheckingMode": "basic",
"python.analysis.autoSearchPaths": true,
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.formatOnSave": true
},
}