From c1177f79abe3cbc3b01093ba0456f9affc9eb31f Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Mon, 30 May 2016 22:12:16 +0200 Subject: [PATCH] LF is now default Signed-off-by: Roland Haeder --- .gitattributes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index dfe0770424..17cdcd5373 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,2 @@ -# Auto detect text files and perform LF normalization -* text=auto +# Use Linux/Uni* line-feed for new lines (prevents converting) +* text=lf -- 2.39.5