From 71e0ad005b0191b561616c0cfecc212782e065f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francesco=20Borz=C3=AC?= Date: Tue, 22 Jan 2019 20:43:40 +0100 Subject: [PATCH] fix(Docker): solve bug in Windows installation - Closes #1305 --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitattributes b/.gitattributes index 7e9965ab1..af7d9cf91 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,10 @@ # Auto detect text files and perform LF normalization * text=auto +# End of line rules +*.sh eol=lf +*.sh.dist eol=lf +bin/* eol=lf # Whitespace rules # strict (no trailing, no tabs)