Fix gitattributes

Co-Authored-By: Octavia Togami <2093023+octylFractal@users.noreply.github.com>
Dieser Commit ist enthalten in:
NotMyFault 2021-02-22 11:08:45 +01:00
Ursprung f5956b66a8
Commit 51163ffc40
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 158F5701A6AAD00C

4
.gitattributes vendored
Datei anzeigen

@ -1,6 +1,6 @@
* text=auto
* text=auto eol=lf
# Force Batch files to CRLF
*.bat text=crlf
*.bat eol=crlf -text
# Java sources
*.java text diff=java