From efc5b6432729d0470ed81e04ef68b51581126ccb Mon Sep 17 00:00:00 2001 From: Carlos Amengual Date: Wed, 29 Nov 2023 21:57:51 +0100 Subject: [PATCH] Default to Linux line endings for source files --- .gitattributes | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.gitattributes b/.gitattributes index 5af4998..e14f314 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,15 +1,15 @@ -* text=auto -*.java text +* text=auto eol=lf +*.java text eol=lf *.bat text eol=crlf -*.properties text -*.css text -*.html text -*.xhtml text -*.dtd text -*.ent text +*.properties text eol=lf +*.css text eol=lf +*.html text eol=lf +*.xhtml text eol=lf +*.dtd text eol=lf +*.ent text eol=lf *.txt text -*.sh text -*.xml text +*.sh text eol=lf +*.xml text eol=lf *.jar binary *.png binary