From 1340f563447f2a0fc85c0f32bb3a8bc45740864a Mon Sep 17 00:00:00 2001 From: zyphlar Date: Mon, 16 Jun 2025 14:31:28 -0700 Subject: [PATCH] Set LF-only (\n) line endings for .sh files to fix #1905 (#2181) --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index 7adb0e69..d625a244 100644 --- a/.gitattributes +++ b/.gitattributes @@ -14,3 +14,6 @@ *.bin binary *.jpg binary *.jpeg binary + +# Declare (Unix-style) files that will always have LF line endings on checkout. +*.sh text eol=lf