From 38dfa464d172555f27c7b35d08c6aac9d4bc8d1f Mon Sep 17 00:00:00 2001 From: thc202 Date: Mon, 13 May 2019 23:51:44 +0100 Subject: [PATCH] Correct gitattributes Correct default text declaration. Remove redundant text attribute in bat files. Signed-off-by: thc202 --- .gitattributes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 58526e8f7..634f7a526 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,4 @@ -* text=lf +* text=auto eol=lf *.java text *.properties text @@ -10,7 +10,7 @@ *.gradle text *.gradle.kts text -*.bat text eol=crlf +*.bat eol=crlf *.sh text gradlew text