From fcba557b97a099e5fd5b0d59035bbb8b22fff1f2 Mon Sep 17 00:00:00 2001 From: Eric Barboni Date: Thu, 24 Apr 2014 15:30:20 +0200 Subject: [PATCH] eol rules for pom --- .gitattributes | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index afa84f4d3..b0d1f2acf 100644 --- a/.gitattributes +++ b/.gitattributes @@ -8,5 +8,8 @@ *.js text *.sql text -*.jar binary -*.war binary \ No newline at end of file +*.jar binary +*.war binary + +# pom file are part of tests involving md5/sha1 (try to keep lf as eol) +*.pom eol=lf \ No newline at end of file -- 2.39.5