Skip to content

Commit 3234bf8

Browse files
Update .vscode settings (#106)
1 parent 3425e03 commit 3234bf8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.vscode/settings.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
"[markdown]": { "editor.defaultFormatter": "esbenp.prettier-vscode" },
44
"[python]": { "editor.defaultFormatter": "ms-python.black-formatter" },
55
"[toml]": { "editor.defaultFormatter": "tamasfe.even-better-toml" },
6-
"editor.codeActionsOnSave": { "source.organizeImports": true },
6+
"editor.codeActionsOnSave": {
7+
"source.organizeImports": "explicit"
8+
},
79
"black-formatter.args": ["--config", "pyproject.toml"],
810
"flake8.args": ["--max-line-length", "120"],
911
"editor.defaultFormatter": "esbenp.prettier-vscode",

0 commit comments

Comments
 (0)