From 0319dc061f50674ff4cf6566ef4b8543f3d8bc87 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Sun, 23 Jul 2017 17:43:18 +0100 Subject: [PATCH] add gitattributes --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9ffcb34 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +*.m4 text eol=lf +*.awk text eol=lf +*.c text eol=lf +*.h text eol=lf \ No newline at end of file