diff options
| author | zyphlar <zyphlar@users.noreply.github.com> | 2025-06-16 14:31:28 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-16 22:31:28 +0100 |
| commit | 1340f563447f2a0fc85c0f32bb3a8bc45740864a (patch) | |
| tree | e7dbc90ea38c022f98c41dcce4d1b8f74bb8b26b /.gitattributes | |
| parent | b2d0e04e42f8d321a87343f2759f8038b21bc214 (diff) | |
Set LF-only (\n) line endings for .sh files to fix #1905 (#2181)
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 3 |
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 |
