From 27dc211e2d7735bb3857d524b3a59e85dd84033f Mon Sep 17 00:00:00 2001 From: agnostic-apollo Date: Fri, 14 May 2021 08:05:08 +0500 Subject: [PATCH] Update .gitattributes --- .gitattributes | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitattributes b/.gitattributes index 21c2769a..25373844 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,5 @@ * text=auto -*.bat eol=crlf -*.gradle eol=lf -*.mk eol=lf -*.sh eol=lf +*.bat text eol=crlf +*.gradle text eol=lf +*.mk text eol=lf +*.sh text eol=lf