fix settings.json

This commit is contained in:
Luiz Otávio
2022-11-08 07:17:10 -03:00
parent 9a11469fa3
commit 9d5ef71876

14
.vscode/settings.json vendored
View File

@@ -18,13 +18,13 @@
"[python]": { "[python]": {
"editor.defaultFormatter": "ms-python.python", "editor.defaultFormatter": "ms-python.python",
"editor.tabSize": 4, "editor.tabSize": 4,
"editor.insertSpaces": false, "editor.insertSpaces": true,
"editor.formatOnSave": true "editor.formatOnSave": true,
// "editor.codeActionsOnSave": { "editor.codeActionsOnSave": {
// "source.fixAll": true, "source.fixAll": true,
// "source.fixAll.unusedImports": false, "source.fixAll.unusedImports": false,
// "source.organizeImports": true "source.organizeImports": true
// } }
}, },
"python.languageServer": "Pylance", "python.languageServer": "Pylance",
"python.formatting.autopep8Args": [ "python.formatting.autopep8Args": [