Skip to content

Commit 88cebee

Browse files
authored
Merge pull request #734 from doringeman/gitattributes
chore: add .gitattributes
2 parents dae8e8b + 1874cab commit 88cebee

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitattributes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Ensure shell scripts and patch files always use LF line endings.
2+
# Required for correct execution in Linux containers; Windows may use CRLF.
3+
*.sh text eol=lf
4+
*.patch text eol=lf

0 commit comments

Comments
 (0)