From 4e553a745f0708da4cff384a9df860cabe211f80 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Mon, 24 Apr 2017 08:26:00 -0700 Subject: [PATCH] Added .gitattributes. --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..6ec2ae2 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +# Set the default behavior, in case people don't have core.autocrlf set. +* text=auto + +# batch files are specific to windows and always crlf +*.bat eol=crlf