From 33211c0cf166094f2d4b21ce4335215bb675ae14 Mon Sep 17 00:00:00 2001 From: Dirk Date: Tue, 23 May 2023 16:18:42 +0200 Subject: [PATCH] add file types to be interpreted w lf line endings --- .gitattributes | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 382fdf9..a9646a5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,9 +1,11 @@ -.*sh eol=lf -.*md eol=lf +*.sh eol=lf +*.bash eol=lf +*.md eol=lf *.html eol=lf *.txt eol=lf *.txt eol=lf *.1 eol=lf *.t eol=lf +*.yml eol=lf Dockerfile* eol=lf *.csvfile eol=lf