From 18dcab08311350f7852f32d9a8aa3712a2c0127e Mon Sep 17 00:00:00 2001 From: Aarni Halinen Date: Thu, 4 Jul 2019 23:21:29 +0300 Subject: [PATCH] Line ending forcing for Win users --- .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