Skip to content

Commit

Permalink
chore: 🔧 formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
gracefullight committed Jun 22, 2024
1 parent b1b81c9 commit c662723
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"[prisma]": { "editor.defaultFormatter": "Prisma.prisma" },
"editor.defaultFormatter": "biomejs.biome",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": "explicit",
"source.organizeImports.biome": "explicit",
"quickfix.biome": "explicit"
},
Expand Down

0 comments on commit c662723

Please sign in to comment.