From 7aad2e6a01b044d065febe0e2fcf59ac693a4db6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20LAURENT?= Date: Mon, 7 Oct 2019 16:45:31 +0200 Subject: [PATCH] Prevent git from changing EOL on windows on shells scripts --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..6a32c99 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +# Explicitly declare files to always takes the linux line endings on checkout. +*.sh text eol=lf +*.yml text eol=lf +*.yaml text eol=lf