From c2d9a95b604f274917c61e1fa697c76920567b41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=B3bert=20Papp=20=28TWiStErRob=29?= Date: Thu, 19 Jan 2023 16:56:36 +0000 Subject: [PATCH] Code review --- .gitattributes | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/.gitattributes b/.gitattributes index c895c371e8..966f8e3b2b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,17 +1,5 @@ -# Source code -*.kt text eol=lf -*.java text eol=lf -*.xml text eol=lf +* text=auto eol=lf -# Gradle files -*.gradle text eol=lf -*.properties text eol=lf -*.bat text eol=crlf - -# GitHub stuff -*.md text eol=lf -*.yml text eol=lf - -# Binaries -*.png binary -*.jar binary +*.bat text eol=crlf +*.jar binary +*.png binary