Skip to content

Commit 718573d

Browse files
committed
add git attributes for sh line endings
1 parent 0a1ba8c commit 718573d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitattributes

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Git will always convert line endings to LF on checkout.
2+
# Used for files that must keep LF endings, even on Windows.
3+
*.sh text eol=lf

0 commit comments

Comments
 (0)