From 781b016f010974b17021dd00bc06b60c2ca4836a Mon Sep 17 00:00:00 2001 From: Kiel Hurley Date: Mon, 20 Dec 2021 23:15:52 +1300 Subject: [PATCH] Force EOL as LF --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..d7b231969 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +# Force LF line endings for all text files +* text eol=lf + +# These filetypes are binary +*.png binary +*.gif binary