From 825d87d0222bfccd0b8d5fc17bc8f88c0a7d4df3 Mon Sep 17 00:00:00 2001 From: 493msi <493msi@gmail.com> Date: Wed, 23 Sep 2020 17:33:36 +0200 Subject: [PATCH] Forced LF for Java files --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index c38dede..3465908 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,5 @@ *.bat text eol=crlf *.sh text eol=lf + +*.java text eol=lf