From 482550170245dc77a2208b961140b230ff2a421f Mon Sep 17 00:00:00 2001 From: Miles Vella <673-vella@users.noreply.gitlab.cs.uni-duesseldorf.de> Date: Thu, 8 Feb 2024 13:16:37 +0100 Subject: [PATCH] Add .gitattributes --- .gitattributes | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..02606444 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,7 @@ +# Declare files that will always have LF line endings on checkout. +*.sh text eol=lf +gradlew text eol=lf + +# Declare files that will always have CRLF line endings on checkout. +*.{bat,[bB][aA][tT]} text eol=crlf +*.{cmd,[cC][mM][dD]} text eol=crlf -- GitLab