{ "python.analysis.autoFormatStrings": true, "[python]": { "diffEditor.ignoreTrimWhitespace": false, "editor.formatOnType": true, "editor.wordBasedSuggestions": "off", "editor.tabSize": 4, "editor.formatOnSave": true, "editor.defaultFormatter": "ms-python.black-formatter", "editor.rulers": [ 88 ], "editor.renderWhitespace": "all", }, "files.watcherExclude": { "**/.git/objects/**": true, "**/.git/subtree-cache/**": true, }, }