From 63b0269daf2631841ca809a31003042201a885ae Mon Sep 17 00:00:00 2001 From: Nils Winkler Date: Thu, 23 Mar 2017 08:09:52 +0100 Subject: [PATCH] Added .gitattributes file to enforce LF line endings --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..d4c710cb --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.sh text eol=lf +*.bash text eol=lf