From 6279e803b6d820ae6c9bbaf0fbc032a62a3fc9ed Mon Sep 17 00:00:00 2001
From: =?utf8?q?Roland=20H=C3=A4der?= <roland@mxchange.org>
Date: Wed, 22 Jun 2022 01:14:45 +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 <roland@mxchange.org>
---
 .gitattributes | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.gitattributes b/.gitattributes
index c322e6e..2589ce5 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -30,4 +30,6 @@
 *.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
-- 
2.39.5