From b40600302336dd52e51e68ffcb877b65043c417b Mon Sep 17 00:00:00 2001 From: hneemann Date: Sun, 4 Jun 2017 11:01:40 +0200 Subject: [PATCH] forced lf line endings also for xml files --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index f7bd70834..13e92efab 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ *.java text eol=lf +*.xml text eol=lf