We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3425e03 commit 3234bf8Copy full SHA for 3234bf8
.vscode/settings.json
@@ -3,7 +3,9 @@
3
"[markdown]": { "editor.defaultFormatter": "esbenp.prettier-vscode" },
4
"[python]": { "editor.defaultFormatter": "ms-python.black-formatter" },
5
"[toml]": { "editor.defaultFormatter": "tamasfe.even-better-toml" },
6
- "editor.codeActionsOnSave": { "source.organizeImports": true },
+ "editor.codeActionsOnSave": {
7
+ "source.organizeImports": "explicit"
8
+ },
9
"black-formatter.args": ["--config", "pyproject.toml"],
10
"flake8.args": ["--max-line-length", "120"],
11
"editor.defaultFormatter": "esbenp.prettier-vscode",
0 commit comments