From e0b44e4486b18310f5bea25779a6da572c5e068b Mon Sep 17 00:00:00 2001 From: mrbwburns <> Date: Mon, 15 Jan 2024 20:25:39 +0100 Subject: [PATCH] help git with the line endings --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..5dc46e6 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +* text=auto eol=lf +*.{cmd,[cC][mM][dD]} text eol=crlf +*.{bat,[bB][aA][tT]} text eol=crlf \ No newline at end of file