Skip to content

Commit 57fa5a2

Browse files
committed
[GIT] Ensure .sh script files use LF (Unix) line endings (reactos#7772)
For example, this is what's expected by Cygwin (ba)sh on Windows.
1 parent 9a093ec commit 57fa5a2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@
3030
*.TXT text
3131
*.y text
3232

33+
# Files with these extensions must always have LF (Unix) line endings.
34+
*.sh text eol=lf
35+
3336
# Files with these extensions end up in the built ReactOS system, so they
3437
# need to have CRLF line endings.
3538
*.bat text eol=crlf

0 commit comments

Comments
 (0)