From 97fb7857ef757b57e11f8310708288f5fcea712c Mon Sep 17 00:00:00 2001 From: Martin Winkler Date: Thu, 30 Dec 2021 22:17:35 +0100 Subject: [PATCH] Define line endings in gitattributes --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..efdba87 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +* text=auto +*.sh text eol=lf