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