From 01fa52a1fceb78cd20a4e30e584934acd593ea54 Mon Sep 17 00:00:00 2001 From: Pit Friedrich Date: Sat, 25 Jul 2026 20:03:43 +0200 Subject: [PATCH] git attrs --- .gitattributes | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..a018834 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,12 @@ +# Normalize line endings independent of core.autocrlf. +* text=auto + +# Maven wrapper: POSIX shell script must stay LF, even on Windows checkouts. +mvnw text eol=lf +*.sh text eol=lf + +# Windows batch wrapper needs CRLF. +mvnw.cmd text eol=crlf + +# Binaries: never convert. +*.jar binary