🎨 style: use prisma formatter

This commit is contained in:
2025-01-02 11:11:15 +07:00
parent 62a1da5e4b
commit 5836b23a29

View File

@@ -1,3 +1,6 @@
{ {
"editor.defaultFormatter": "biomejs.biome" "editor.defaultFormatter": "biomejs.biome",
} "[prisma]": {
"editor.defaultFormatter": "Prisma.prisma"
}
}