From 925c60677f042e279894596228fb3f3dbde6b181 Mon Sep 17 00:00:00 2001 From: Darin Dimitrov Date: Mon, 5 Feb 2018 09:09:28 +0200 Subject: [PATCH] Use LF for shell scripts (#5374) --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index ac205dd08..68a04bbed 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,9 @@ # Auto detect text files and perform LF normalization * text=auto +# Use LF for shell scripts +*.sh eol=lf + # Custom for Visual Studio *.cs diff=csharp *.sln merge=union