From d5d7bbc466d82bb728c5f3b9ab0daf272723d617 Mon Sep 17 00:00:00 2001 From: Carlos Amengual Date: Wed, 29 Nov 2023 21:57:25 +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 452f73d..0385dca 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,14 +1,14 @@ -* text=auto -*.java text -*.properties text -*.css text -*.html text -*.xhtml text -*.dtd text -*.ent text +* text=auto eol=lf +*.java text eol=lf +*.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 *.bat text eol=crlf *.jar binary *.png binary