Skip to content

Commit 8f14c92

Browse files
committed
Update VS Code settings file
1 parent 5055488 commit 8f14c92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"editor.formatOnSave": true,
3030
"editor.tabSize": 4,
3131
"editor.codeActionsOnSave": {
32-
"source.organizeImports": true
32+
"source.organizeImports": "explicit"
3333
}
3434
},
3535
"isort.args": ["--profile", "black"],

0 commit comments

Comments
 (0)