From 7eadafa7ae6d7b454af6ddcc7b816ad66e33812a 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 0000000000..f74a80db47 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +* text=auto +*.bat eol=crlf +*.sh eol=lf