From 9fca7b9361effe2d3f5292e1ad62ef2d7b76acc4 Mon Sep 17 00:00:00 2001 From: "Lukas Rieger (Blue)" Date: Sun, 17 Mar 2024 13:15:07 +0100 Subject: [PATCH] preserve lf lineseparator for config templates --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 1a45d083..db1aad38 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,6 +4,7 @@ *.bat text eol=crlf gradlew text eol=lf *.sh text eol=lf +*.conf text eol=lf *.java text *.java diff=java