From c80e126b8fc07e8c322bba4c1f277086a962f81f Mon Sep 17 00:00:00 2001 From: Matthew Klein Date: Sun, 24 Jun 2018 19:47:03 -0500 Subject: [PATCH] Add a .gitattributes file --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..f74a80db --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +* text=auto +*.bat eol=crlf +*.sh eol=lf