Skip to content

Commit

Permalink
Add VS Code import sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
scosman committed Aug 28, 2024
1 parent 11b2568 commit 9c2e23b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"editor.formatOnSave": true,
"[python]": {
"editor.defaultFormatter": "charliermarsh.ruff"
"editor.defaultFormatter": "charliermarsh.ruff",
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit"
}
},
"eslint.validate": ["javascript", "javascriptreact", "svelte"],
// Svelte, JS, TS files
Expand Down

0 comments on commit 9c2e23b

Please sign in to comment.