From b65db61c1079491983cc4cd0d69f9743783110c5 Mon Sep 17 00:00:00 2001 From: Benjamin Rosner Date: Fri, 22 Apr 2016 11:03:01 -0400 Subject: [PATCH] Added .gitattribute to resolve line ending issues on Windows computers when attempting to Vagrant up. Resolves #188. --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..7b748d27c --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +# Set the default behavior, in case people don't have core.autocrlf set. +# We need this due to https://github.com/Islandora-CLAW/CLAW/issues/188. +* text=auto +* text eol=lf