From 5a5c5fccf236bf23612af897527fb7f86f588222 Mon Sep 17 00:00:00 2001 From: Matthias Date: Thu, 8 Apr 2021 16:45:52 +0200 Subject: [PATCH] Add gitattributes file --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..00abd1d9d --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.py eol=lf +*.sh eol=lf +*.ps1 eol=crlf