Skip to content

Commit 8ca1d93

Browse files
committed
Add .gitattributes to enforce LF line endings for shell scripts
1 parent d5708e1 commit 8ca1d93

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Ensure shell scripts always have LF line endings
2+
*.sh text eol=lf
3+
entrypoint.sh text eol=lf

0 commit comments

Comments
 (0)