From 797c3ed9508ad0aa3534c9f952066460f30274c1 Mon Sep 17 00:00:00 2001 From: Jorge Bornhausen Date: Mon, 11 Nov 2024 09:43:38 +0100 Subject: [PATCH] chore: add .gitattributes --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..e40af03 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +mvnw text eol=lf +*.xml text eol=lf +*.java text diff=java eol=lf