From 9d5ef71876aec05df951a11de45739a555b167ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luiz=20Ot=C3=A1vio?= Date: Tue, 8 Nov 2022 07:17:10 -0300 Subject: [PATCH] fix settings.json --- .vscode/settings.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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": [