From a67192008453f1ed556309414622629195a233c8 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Wed, 29 Jan 2020 21:41:43 +0100 Subject: [PATCH] Git: Adding standard .gitattributes file to help enforce line endings. --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..456e49e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +* eol=lf +*.bat eol=crlf +*.sh eol=lf +.git* export-ignore -- GitLab