Added autofix agent and loop

This commit is contained in:
Pit Friedrich
2026-07-25 20:37:28 +02:00
parent e477bbcc1f
commit 198988da35
5 changed files with 135 additions and 0 deletions
+12
View File
@@ -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