From 8297cc8c31cb1ea88a7d89e6d31448001c431276 Mon Sep 17 00:00:00 2001 From: ta264 Date: Tue, 14 Jul 2020 06:02:53 +0100 Subject: [PATCH] Fix .gitattributes --- .gitattributes | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index cc34a3e658..ab7521940f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,9 @@ # Auto detect text files and perform LF normalization -*text eol=lf +* text=auto + +# Explicitly set bash scripts to have unix endings +*.sh text eol=lf +macOS/Radarr text eol=lf # Custom for Visual Studio *.cs diff=csharp