From c6d7466b9d2d973585c35c77e13ad2e088f5eb3e Mon Sep 17 00:00:00 2001 From: sethg Date: Sat, 26 Oct 2024 23:21:39 +0200 Subject: [PATCH] Add .gitattributes to enforce LF line endings --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..a11b246d --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Force LF (Unix) line endings for all text files +* text=auto eol=lf