From c7cac5749a76be20c4ade6a71c7eea862b593e06 Mon Sep 17 00:00:00 2001 From: Dawid Weiss Date: Thu, 9 Apr 2020 13:55:16 +0200 Subject: [PATCH] LUCENE-9077: make git always keep .gradle files with LF EOLs. --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index edb1aef99990..c7c7b25d269b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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