From 21a9b04a5072b5b0df62f265816a41997ff1154a Mon Sep 17 00:00:00 2001 From: David Wehr <dawehr@iastate.edu> Date: Thu, 9 Feb 2017 22:23:01 -0600 Subject: [PATCH] Added gitattributes to keep line endings matching --- quad/.gitattributes | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 quad/.gitattributes diff --git a/quad/.gitattributes b/quad/.gitattributes new file mode 100644 index 000000000..584baa176 --- /dev/null +++ b/quad/.gitattributes @@ -0,0 +1,7 @@ +# Always use lf line endings in this folder +* text eol=lf + +# These are text files +*.c text +*.h text + -- GitLab