Set LF-only (\n) line endings for .sh files to fix #1905 (#2181)

This commit is contained in:
zyphlar 2025-06-16 14:31:28 -07:00 committed by GitHub
parent b2d0e04e42
commit 1340f56344
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

3
.gitattributes vendored
View file

@ -14,3 +14,6 @@
*.bin binary *.bin binary
*.jpg binary *.jpg binary
*.jpeg binary *.jpeg binary
# Declare (Unix-style) files that will always have LF line endings on checkout.
*.sh text eol=lf