From bd27577f6ae0bf6c195e421eae043ccabf4934c5 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Sat, 17 Mar 2018 17:35:34 +0100 Subject: [PATCH] Create .gitattributes --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..c40ff6f73 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +# Ensure Docker script files uses LF to support Docker for Windows. +# Ensure "git config --global core.autocrlf input" before you clone +* text eol=lf