From 26925ed2f1ba37d207fb3a3c3c88ae3369442b5e Mon Sep 17 00:00:00 2001 From: Stefan Hellander Date: Tue, 5 Dec 2023 16:14:12 +0100 Subject: [PATCH] reverted settings.json --- .vscode/settings.json | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 64a8a26af..07cfc57ae 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,13 +3,6 @@ "editor.codeActionsOnSave": { "source.organizeImports": true }, - "[python]": { - "editor.defaultFormatter": "ms-python.autopep8", - "editor.formatOnSave": true, - "editor.codeActionsOnSave": { - "source.organizeImports": true - }, - }, "python.linting.enabled": true, "python.linting.flake8Enabled": true, } \ No newline at end of file