From e5d1ac8074c13556c6d6a971c0b768b23a06ae20 Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Thu, 29 Nov 2018 20:26:10 -0800 Subject: [PATCH] .gitattributes: not all files are text --- .gitattributes | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.gitattributes b/.gitattributes index 3385d777..3c53eb39 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,2 @@ -# Auto-detect text files. -* text=auto - -# Force Unix EOLs, to prevent Windows from breaking them. -*.* text eol=lf +# Use Unix line endings in all text files. +* text=auto eol=lf -- GitLab