Skip to content

Commit 1340f56

Browse files
authored
Set LF-only (\n) line endings for .sh files to fix #1905 (#2181)
1 parent b2d0e04 commit 1340f56

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
@@ -14,3 +14,6 @@
1414
*.bin binary
1515
*.jpg binary
1616
*.jpeg binary
17+
18+
# Declare (Unix-style) files that will always have LF line endings on checkout.
19+
*.sh text eol=lf

0 commit comments

Comments
 (0)