Skip to content

Commit

Permalink
organizeImports -> sortImports
Browse files Browse the repository at this point in the history
  • Loading branch information
zach-planet-nine committed Mar 24, 2024
1 parent 2620c55 commit 1d2873a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"editor.defaultFormatter": "denoland.vscode-deno",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit"
"source.sortImports": true
}
},
"cSpell.words": [
Expand Down

0 comments on commit 1d2873a

Please sign in to comment.