From 094fa53fbbe2402e50ab4c9b54f86764b8e0f656 Mon Sep 17 00:00:00 2001 From: BradyMitch Date: Tue, 1 Aug 2023 15:44:36 -0700 Subject: [PATCH] Fixed eol configs --- .gitattributes | 2 +- src/backend/.prettierrc | 2 +- src/frontend/.prettierrc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitattributes b/.gitattributes index 1d7823b7d..6f2a8535c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,2 @@ -* eol=crlf +* eol=lf *.sh text eol=lf diff --git a/src/backend/.prettierrc b/src/backend/.prettierrc index c93ccd4e1..a1b8fa4c2 100644 --- a/src/backend/.prettierrc +++ b/src/backend/.prettierrc @@ -3,5 +3,5 @@ "tabWidth": 2, "singleQuote": true, "trailingComma": "all", - "endOfLine": "crlf" + "endOfLine": "lf" } diff --git a/src/frontend/.prettierrc b/src/frontend/.prettierrc index b6cf040a0..0d1b4cdbe 100644 --- a/src/frontend/.prettierrc +++ b/src/frontend/.prettierrc @@ -3,5 +3,5 @@ "tabWidth": 2, "trailingComma": "all", "singleQuote": true, - "endOfLine": "crlf" + "endOfLine": "lf" }