From 8b67f61d46997376966925d8400fb315af5b5862 Mon Sep 17 00:00:00 2001 From: John SJ Anderson Date: Thu, 20 Jun 2024 15:57:18 -0700 Subject: [PATCH] Add .gitattributes to improve Windows interop See https://github.com/nextstrain/pathogen-repo-guide/issues/46 --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..46610df --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +# Allow Git to decide if file is text or binary +# Always use LF line endings even on Windows. +* text=auto eol=lf