From 24073824b0d0a3a60f952b56de5d68b9f55cabcc Mon Sep 17 00:00:00 2001 From: Thaddeus Crews Date: Tue, 5 Nov 2024 09:14:25 -0600 Subject: [PATCH] Add `.gitattributes` --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..d2f18e0 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Normalize EOL for all files that Git considers text files +* text=auto eol=lf