From 9e968e91c00aa71a754e7fde5d6044a86b13eb82 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Mon, 15 Oct 2018 19:26:50 +0300 Subject: Use .gitattributes to override autocrlf=true Avoid platform eol normalization as check_format() in project_tests checks for unix-style line endings. Indicate .png files are binary so we don't try to normalize them on check-in. --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index de2f3167a..a85dd1086 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,4 @@ .gitignore export-ignore .gitattributes export-ignore +* text eol=lf +*.png binary -- cgit v1.2.3