From be7b8064d646f974a57780829184320d8b3411cf Mon Sep 17 00:00:00 2001 From: Thastertyn Date: Sun, 2 Jun 2024 16:47:18 +0200 Subject: [PATCH] Update .vscode for convenience --- .vscode/settings.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 1550b07..fcf0d97 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -10,5 +10,10 @@ "lastrowid", "rtype", "flasgger" - ] + ], + "files.exclude": { + "**/__pycache__/**": true, + }, + "editor.tabSize": 4, + "editor.insertSpaces": true, } \ No newline at end of file