From 605125f548d58b3f0c7a072a4c5de9f02f88dfb5 Mon Sep 17 00:00:00 2001 From: prjemian Date: Fri, 16 Oct 2015 12:31:42 -0500 Subject: [PATCH] Introduce end-of-line normalization --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9712a09 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +#Which files need CRLF handling +* text=auto +*.sh eol=lf +*.bat eol=crlf +*.cmd -text