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" }