From bf2f9a06f93c3cdce15a0d5132b5ef31e975714e Mon Sep 17 00:00:00 2001 From: User123698745 Date: Sun, 10 Apr 2022 18:05:43 +0200 Subject: [PATCH] [Docker] force unix line ending on bash files to prevent docker run failing on windows (#2629) --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 36544021..5981fb34 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,6 @@ # Auto detect text files and perform LF normalization * text=auto +*.sh text eol=lf # Custom for Visual Studio *.cs diff=csharp