From aa446e9c43cf6227948059b222f9b5534278a30b Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Sat, 7 Dec 2024 12:55:00 +0100 Subject: [PATCH] Enforce LF through gitattributes --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..e53c7e3 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# (CRLF is a waste of a byte, but Windows insists on it by default — because, of course, it does) +* text=auto eol=lf