From 8005b65181328c1fa94efc08148bb8ca37f085cd Mon Sep 17 00:00:00 2001 From: dwelle <luzar.david@gmail.com> Date: Thu, 13 Jul 2017 11:01:01 +0200 Subject: [PATCH] ensure lf eol on checkout --- .gitattributes | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitattributes b/.gitattributes index f8bdd60f4..1c8c82d8f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,8 +1,8 @@ -*.txt text -*.js text -*.html text -*.md text -*.json text -*.yml text -*.css text -*.svg text +*.txt text eol=lf +*.js text eol=lf +*.html text eol=lf +*.md text eol=lf +*.json text eol=lf +*.yml text eol=lf +*.css text eol=lf +*.svg text eol=lf -- GitLab