{ "editor.formatOnSave": true, "isort.args": ["-sp", ".isort.cfg"], "python.testing.pytestArgs": ["tests", "--capture=sys"], "python.testing.unittestEnabled": false, "python.testing.pytestEnabled": true, "[python]": { "editor.codeActionsOnSave": { "source.organizeImports": "explicit" } }, "[html]": { "editor.formatOnSave": false }, "[javascript]": { "editor.formatOnSave": false }, "[yaml]": { "editor.formatOnSave": false }, "[sql]": { "editor.formatOnSave": false } }