From f2d486ddac679f466380c8e3c6b4f8b08b5307b0 Mon Sep 17 00:00:00 2001 From: Sebastian Gumprich Date: Mon, 22 Jun 2020 18:23:56 +0200 Subject: [PATCH] add gitattributes because of windows line endings --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..616f010c --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +*.sh text eol=lf +*.py text eol=lf +*.md text eol=lf +*.yml text eol=lf +*.yaml text eol=lf +*.txt text eol=lf