From 5d42cc15a6600132f6695a543cad40a78bb886a9 Mon Sep 17 00:00:00 2001 From: Bernd Bestel Date: Sat, 2 Nov 2019 08:40:03 +0100 Subject: [PATCH] Added a .gitattributes file (references #412) --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..efdba876 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +* text=auto +*.sh text eol=lf