Fix gitattributes

Co-Authored-By: Octavia Togami <2093023+octylFractal@users.noreply.github.com>
This commit is contained in:
NotMyFault 2021-02-22 11:08:45 +01:00
parent f5956b66a8
commit 51163ffc40
No known key found for this signature in database
GPG Key ID: 158F5701A6AAD00C
1 changed files with 2 additions and 2 deletions

4
.gitattributes vendored
View File

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