From c42ed626865a1e80c1397488403fc6405d08d900 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Wed, 7 Jul 2021 14:17:56 +0200 Subject: [PATCH] Add EOL normalization to LF --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..a912aa2 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Ensure all files use LF as end-of-line character, not CRLF. +* text=auto