diff --git a/.vscode/settings.json b/.vscode/settings.json index f74314d..699362f 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -9,5 +9,8 @@ "[json]": { "editor.insertSpaces": true, "editor.tabSize": 2 + }, + "[python]": { + "editor.insertSpaces": true } }