Skip to content

Commit

Permalink
Add organizeImports code action on save
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreRaybaut committed Apr 2, 2024
1 parent f665ad7 commit 944e806
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,7 @@
"[python]": {
"editor.defaultFormatter": "charliermarsh.ruff"
},
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit",
},
}

0 comments on commit 944e806

Please sign in to comment.