From ad65a347b2834a7483c9e700124dac654edf6153 Mon Sep 17 00:00:00 2001 From: Andreas Romeyke <art1@andreas-romeyke.de> Date: Fri, 29 Apr 2022 09:31:37 +0200 Subject: [PATCH] - set lineendings --- .gitattributes | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..5527e30 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,7 @@ +# Set the default behavior, in case people don't have core.autocrlf set. +* text=auto +*.asciidoc text eol=lf +Makefile eol=lf +*.xslt text eol=lf +*.xml text eol=lf + -- GitLab