Skip to content

Commit

Permalink
style: using the vscode formatter for organizing imports on save
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanCassiere committed Jun 24, 2024
1 parent a608fb3 commit 6033044
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
{
"cSpell.words": ["fastify", "openapi"]
"cSpell.words": ["openapi", "versioner"],
"editor.formatOnSave": true,
"[typescript]": {
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit"
}
}
}

0 comments on commit 6033044

Please sign in to comment.