LUCENE-9077: make git always keep .gradle files with LF EOLs.

This commit is contained in:
Dawid Weiss 2020-04-09 13:55:16 +02:00
parent 6bba35a709
commit c7cac5749a
1 changed files with 3 additions and 0 deletions

3
.gitattributes vendored
View File

@ -1,2 +1,5 @@
# Ignore all differences in line endings for the lock file.
versions.lock text eol=lf
# Gradle files are always in LF.
*.gradle text eol=lf