From 3906dbee98c000a800b36cb5a07d0c17ac892bc2 Mon Sep 17 00:00:00 2001 From: John SJ Anderson Date: Wed, 17 Jul 2024 11:01:20 -0700 Subject: [PATCH] Add .gitattributes file --- .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