From 578b53a27c4031c95212d8a7c6ab625ca2676f09 Mon Sep 17 00:00:00 2001 From: CodewithDusty Date: Thu, 19 Dec 2024 20:59:06 +0530 Subject: [PATCH] Update settings.json --- .vscode/settings.json | 32 +++++++++++++++----------------- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 3ecdf93..91c0bf9 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,19 +1,17 @@ { - "python.defaultInterpreterPath": "${env:HOME}/pw-env/bin/python", - "python.formatting.provider": "none", - "editor.formatOnSave": true, - "python.linting.enabled": true, - "python.linting.flake8Enabled": true, - "python.linting.mypyEnabled": true, - "[python]": { - "files.trimTrailingWhitespace": true, - "editor.rulers": [ - 88 - ], - "editor.codeActionsOnSave": { - "source.organizeImports": true - }, - "editor.defaultFormatter": "ms-python.black-formatter" + "python.defaultInterpreterPath": "${env:HOME}/pw-env/bin/python", + "python.formatting.provider": "none", + "editor.formatOnSave": true, + "python.linting.enabled": true, + "python.linting.flake8Enabled": true, + "python.linting.mypyEnabled": true, + "[python]": { + "files.trimTrailingWhitespace": true, + "editor.rulers": [88], + "editor.codeActionsOnSave": { + "source.organizeImports": "explicit" }, - "git.autofetchPeriod": 315360000, -} \ No newline at end of file + "editor.defaultFormatter": "ms-python.black-formatter" + }, + "git.autofetchPeriod": 315360000 +}