Skip to content

Commit 6062a45

Browse files
committed
Add organizeImports code action on save
1 parent ea3d273 commit 6062a45

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,7 @@
2222
"[python]": {
2323
"editor.defaultFormatter": "charliermarsh.ruff"
2424
},
25+
"editor.codeActionsOnSave": {
26+
"source.organizeImports": "explicit",
27+
},
2528
}

0 commit comments

Comments
 (0)