From f431d8fb6a8832e15cce9e03c9d8c0baf745a7c4 Mon Sep 17 00:00:00 2001 From: John SJ Anderson Date: Wed, 17 Jul 2024 10:59:17 -0700 Subject: [PATCH] Update .gitattributes with EOL settings --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index ff1e16bb..129fdd36 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,5 @@ *.csv diff=daff-csv *.tsv diff=daff-tsv +# Allow Git to decide if file is text or binary +# Always use LF line endings even on Windows. +* text=auto eol=lf