{ "editor.codeActionsOnSave": { "source.organizeImports": "explicit" }, "editor.formatOnSave": true, "files.trimTrailingWhitespace": true, "[python]": { "diffEditor.ignoreTrimWhitespace": false, "gitlens.codeLens.symbolScopes": [ "!Module" ], "editor.formatOnType": false, "editor.wordBasedSuggestions": "off", "editor.defaultFormatter": "ms-python.black-formatter" } }