Skip to content

Commit 1afc947

Browse files
committed
prevent line-ending conversions for shell scripts on windows (#384)
1 parent bd8ed9c commit 1afc947

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
**/generated-archives/*.tar.xz filter=lfs diff=lfs merge=lfs -text
2+
3+
# assure line feeds don't interfere with our working copy hash
4+
**/tests/fixtures/*.sh text crlf=input eol=lf

0 commit comments

Comments
 (0)