From 9468796fe47c3fefe1c49730bd256ae2046a2969 Mon Sep 17 00:00:00 2001 From: Ted Ralphs Date: Sat, 29 Sep 2018 22:54:10 -0400 Subject: [PATCH] Checking whether I an force Unix line endings for scripts and everything will work. --- .gitattributes | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitattributes b/.gitattributes index 3b31e305..1509263e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -7,11 +7,11 @@ *.h text # Declare files that will always have CRLF line endings on checkout. -configure text eol=crlf -*.ac text eol=crlf -*.am text eol=crlf -*.in text eol=crlf -Makefile text eol=crlf +configure text eol=lf +*.ac text eol=lf +*.am text eol=lf +*.in text eol=lf +Makefile text eol=lf # Denote all files that are truly binary and should not be modified. *.png binary