From 51163ffc40e62b3228f816438eb8cd864306929d Mon Sep 17 00:00:00 2001 From: NotMyFault Date: Mon, 22 Feb 2021 11:08:45 +0100 Subject: [PATCH] Fix gitattributes Co-Authored-By: Octavia Togami <2093023+octylFractal@users.noreply.github.com> --- .gitattributes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 93d8d6fbb..2df98e026 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ -* text=auto +* text=auto eol=lf # Force Batch files to CRLF -*.bat text=crlf +*.bat eol=crlf -text # Java sources *.java text diff=java