Skip to content

Commit 87fddcc

Browse files
authored
Merge pull request #100 from d-morrison/fix-script-crlf
Force LF for shell scripts via .gitattributes
2 parents fdd449d + 86161b8 commit 87fddcc

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+
# Keep shell scripts LF so shebangs work on macOS/Linux regardless of
2+
# the contributor's platform or core.autocrlf setting.
3+
*.sh text eol=lf

0 commit comments

Comments
 (0)