From 14223064562ce26ec93eb1108ac370765cdfe389 Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Thu, 8 Feb 2024 17:18:30 +0100 Subject: [PATCH] Normalize EOL for all files that Git considers text files --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..c7c7e0e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Normalize EOL for all files that Git considers text files. +* text=auto eol=lf \ No newline at end of file