From 497d68acf1c13e6a06640e00ff3237ab23eef9ee Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 28 Oct 2021 13:49:35 +0200 Subject: [PATCH] Polish "Add .gitattributes" See gh-27615 --- .gitattributes | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/.gitattributes b/.gitattributes index 27fc7c29606..48ca03426f2 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,11 @@ -* text=auto eol=lf +* text eol=lf -*.bat text eol=crlf -*.jar binary \ No newline at end of file +*.groovy text diff=java +*.java text diff=java +*.kt text diff=java + +*.bat text eol=crlf + +*.gif binary +*.jar binary +*.jpg binary