From 5836b23a29678c99ab72c077014ec6e92f027759 Mon Sep 17 00:00:00 2001 From: Yuzu Date: Thu, 2 Jan 2025 11:11:15 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20style:=20use=20prisma=20formatte?= =?UTF-8?q?r?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 7c2b296..2ed7829 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,6 @@ { - "editor.defaultFormatter": "biomejs.biome" -} \ No newline at end of file + "editor.defaultFormatter": "biomejs.biome", + "[prisma]": { + "editor.defaultFormatter": "Prisma.prisma" + } +}