Skip to content

Commit

Permalink
add import sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
invisal committed Jan 25, 2025
1 parent e83f63c commit cefb05f
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
Expand Up @@ -2,5 +2,8 @@
"editor.formatOnSave": true,
"typescript.tsdk": "node_modules\\typescript\\lib",
"files.eol": "\n",
"editor.tabSize": 2
"editor.tabSize": 2,
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit"
}
}

0 comments on commit cefb05f

Please sign in to comment.