From 51f53a004bd7b338d18437b9bdda9bc50cb77607 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micha=C3=ABl=20Minelli?= <michael@minelli.me>
Date: Tue, 4 Jul 2023 01:53:37 +0200
Subject: [PATCH] Add Prisma codeStyle

---
 codeStyles/Project.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/codeStyles/Project.xml b/codeStyles/Project.xml
index 7b67c85..15a7214 100644
--- a/codeStyles/Project.xml
+++ b/codeStyles/Project.xml
@@ -167,6 +167,12 @@
       <option name="WRAP_ON_TYPING" value="1" />
       <option name="SOFT_MARGINS" value="120" />
     </codeStyleSettings>
+    <codeStyleSettings language="Prisma">
+      <indentOptions>
+        <option name="INDENT_SIZE" value="4" />
+        <option name="TAB_SIZE" value="4" />
+      </indentOptions>
+    </codeStyleSettings>
     <codeStyleSettings language="SASS">
       <indentOptions>
         <option name="INDENT_SIZE" value="4" />
-- 
GitLab