From 080cc79cd9659029e8d98108dc87e26c272c8d6a Mon Sep 17 00:00:00 2001
From: Jan Loewe <jan.loewe@ptb.de>
Date: Wed, 15 Feb 2023 13:27:45 +0100
Subject: [PATCH] chore(prettier): set end of line to auto

---
 .prettierrc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.prettierrc b/.prettierrc
index d78bd98..b0a4b59 100644
--- a/.prettierrc
+++ b/.prettierrc
@@ -1,5 +1,6 @@
 {
   "printWidth": 160,
   "trailingComma": "all",
-  "singleQuote": false
+  "singleQuote": false,
+  "endOfLine": "auto"
 }
\ No newline at end of file
-- 
GitLab