From 2ca18b1489ea65cd8618f01105d608a5dd97f43f Mon Sep 17 00:00:00 2001 From: Jacob Date: Mon, 6 Apr 2020 21:42:02 -0400 Subject: [PATCH] forcing lf --- .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