From f0019be680e22f15ad71e3082c089596c19f3a59 Mon Sep 17 00:00:00 2001 From: Simran Spiller Date: Wed, 23 Sep 2020 01:26:59 +0200 Subject: [PATCH] Force LF line endings for .sh and .desktop --- .gitattributes | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 73d0f2945..70661ac67 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,5 +2,7 @@ * text=auto # Enforce LF line endings on source files -*.h text eol=lf -*.cpp text eol=lf +*.h text eol=lf +*.cpp text eol=lf +*.sh text eol=lf +*.desktop text eol=lf