[GIT] Ensure .sh script files use LF (Unix) line endings (#7772)

For example, this is what's expected by Cygwin (ba)sh on Windows.
This commit is contained in:
Hermès Bélusca-Maïto 2025-03-08 21:01:50 +01:00
parent 9a093ecbe9
commit 57fa5a22de
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0

3
.gitattributes vendored
View file

@ -30,6 +30,9 @@
*.TXT text
*.y text
# Files with these extensions must always have LF (Unix) line endings.
*.sh text eol=lf
# Files with these extensions end up in the built ReactOS system, so they
# need to have CRLF line endings.
*.bat text eol=crlf