From 30c2fedaff8d898fa329c9268526e5bfdb48a51d Mon Sep 17 00:00:00 2001
From: David Wehr <dawehr@iastate.edu>
Date: Sat, 11 Feb 2017 21:00:59 -0600
Subject: [PATCH] Changed .gitattributes to be less agressive with line
 endings.

---
 quad/.gitattributes | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/quad/.gitattributes b/quad/.gitattributes
index 584baa176..845a411ca 100644
--- a/quad/.gitattributes
+++ b/quad/.gitattributes
@@ -1,7 +1,4 @@
-# Always use lf line endings in this folder
-* text eol=lf
-
-# These are text files
-*.c text
-*.h text
+# Always use lf for c and header files
+*.c lf
+*.h lf
 
-- 
GitLab