Fix gitattributes (#1681)

* Try to fix git attributes

* More attempts to fix gitattrs
This commit is contained in:
Octavia Togami 2021-02-21 15:40:06 -08:00 committed by GitHub
parent 6cad9a035b
commit 3e819df4df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
.gitattributes vendored
View File

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