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