From 9d2481bc4415dc28ef91871b6c983200c4a1b48f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Wed, 22 Jun 2022 01:15:30 +0200 Subject: [PATCH] only these files are text/plain MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- .gitattributes | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index c322e6e..f720ce4 100644 --- a/.gitattributes +++ b/.gitattributes @@ -30,4 +30,7 @@ *.docx filter=lfs diff=lfs merge=lfs -text # Force the following filetypes to have unix eols, so Windows does not break them -*.* text eol=lf +*.java text eol=lf +*.properties text eol=lf +*.xml text eol=lf +*.sh text eol=lf -- 2.39.2