From 1b5d13fe01dd29ba3e05f9497492a99eb0a9b6fe Mon Sep 17 00:00:00 2001 From: Andre Coullard Date: Sat, 23 May 2026 17:00:04 -0400 Subject: [PATCH] change configs to fix line ending churn --- .gitattributes | 3 +-- .prettierrc | 3 +++ 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 .prettierrc diff --git a/.gitattributes b/.gitattributes index 19d9018f..6313b56c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1 @@ -* text=auto -*.tsx text eol=lf \ No newline at end of file +* text=auto eol=lf diff --git a/.prettierrc b/.prettierrc new file mode 100644 index 00000000..a598fca4 --- /dev/null +++ b/.prettierrc @@ -0,0 +1,3 @@ +{ + "endOfLine": "lf" +}