preserve lf lineseparator for config templates

This commit is contained in:
Lukas Rieger (Blue) 2024-03-17 13:15:07 +01:00
parent a0e9180360
commit 9fca7b9361
No known key found for this signature in database
GPG Key ID: AA33883B1BBA03E6
1 changed files with 1 additions and 0 deletions

1
.gitattributes vendored
View File

@ -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