aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzyphlar <zyphlar@users.noreply.github.com>2025-06-16 14:31:28 -0700
committerGitHub <noreply@github.com>2025-06-16 22:31:28 +0100
commit1340f563447f2a0fc85c0f32bb3a8bc45740864a (patch)
treee7dbc90ea38c022f98c41dcce4d1b8f74bb8b26b
parentb2d0e04e42f8d321a87343f2759f8038b21bc214 (diff)
Set LF-only (\n) line endings for .sh files to fix #1905 (#2181)
-rw-r--r--.gitattributes3
1 files changed, 3 insertions, 0 deletions
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