From 31056d980fc92eee44d2acb247ce822e6e777f8b Mon Sep 17 00:00:00 2001 From: Dagen Brock Date: Fri, 28 Oct 2016 08:51:49 -0500 Subject: [PATCH] add .gitattributes for line ending cleanup --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..f90540b --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.c eol=lf +*.h eol=lf