From 8a456922082dda62f006556bc0618c86341814b2 Mon Sep 17 00:00:00 2001 From: Guilherme Werner Date: Fri, 5 Jan 2024 09:58:56 -0300 Subject: [PATCH] Update .gitattributes --- .gitattributes | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.gitattributes b/.gitattributes index 097f9f9..cc23192 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,9 +1,2 @@ -# -# https://help.github.com/articles/dealing-with-line-endings/ -# -# Linux start script should use lf -/gradlew text eol=lf - -# These are Windows script files and should use crlf -*.bat text eol=crlf - +* text=auto eol=lf +*.bat text eol=crlf