From f5df115acb2a80197afcd0b20b768ce3f36743ed Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Sat, 5 Oct 2019 08:19:41 +0200 Subject: [PATCH] .gitattributes added to unify line endings --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..314766e9 --- /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