mirror of
https://github.com/reactos/reactos
synced 2025-10-05 16:02:58 +02:00
[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:
3
.gitattributes
vendored
3
.gitattributes
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user