Skip to content

Commit

Permalink
LUCENE-9077: make git always keep .gradle files with LF EOLs.
Browse files Browse the repository at this point in the history
  • Loading branch information
dweiss committed Apr 9, 2020
1 parent 6bba35a commit c7cac57
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit c7cac57

Please sign in to comment.