From 15bc46286a0decbd9227ab302e06674e31e4bc78 Mon Sep 17 00:00:00 2001 From: Jesse Griffin Date: Fri, 23 Jun 2017 09:21:50 -0600 Subject: [PATCH] Add .gitattributes to normalize line endings --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..ad3a7e0b --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +# Set line endings to Unix +text eol=lf +