mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 16:52:59 +00: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:
parent
9a093ecbe9
commit
57fa5a22de
1 changed files with 3 additions and 0 deletions
3
.gitattributes
vendored
3
.gitattributes
vendored
|
@ -30,6 +30,9 @@
|
||||||
*.TXT text
|
*.TXT text
|
||||||
*.y 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
|
# Files with these extensions end up in the built ReactOS system, so they
|
||||||
# need to have CRLF line endings.
|
# need to have CRLF line endings.
|
||||||
*.bat text eol=crlf
|
*.bat text eol=crlf
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue