Files
Minikura/.vscode/settings.json

7 lines
112 B
JSON
Raw Normal View History

2024-09-21 13:28:02 +07:00
{
2025-01-02 11:11:15 +07:00
"editor.defaultFormatter": "biomejs.biome",
"[prisma]": {
"editor.defaultFormatter": "Prisma.prisma"
}
}