diff --git a/.vscode/settings.json b/.vscode/settings.json index 428fcfe..c1dff64 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -18,13 +18,13 @@ "[python]": { "editor.defaultFormatter": "ms-python.python", "editor.tabSize": 4, - "editor.insertSpaces": false, - "editor.formatOnSave": true - // "editor.codeActionsOnSave": { - // "source.fixAll": true, - // "source.fixAll.unusedImports": false, - // "source.organizeImports": true - // } + "editor.insertSpaces": true, + "editor.formatOnSave": true, + "editor.codeActionsOnSave": { + "source.fixAll": true, + "source.fixAll.unusedImports": false, + "source.organizeImports": true + } }, "python.languageServer": "Pylance", "python.formatting.autopep8Args": [