Skip to content

Commit a46c426

Browse files
committed
gitattributes: .sh files are always Unixy
Always checkout out shell scripts with Unix-style line endings. mingw doesn't mind, but cygwin struggles without CRLF.
1 parent a360b01 commit a46c426

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitattributes

+2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
* text=auto
2+
ci/**/*.sh text eol=lf
3+
script/**/*.sh text eol=lf
24
tests/resources/** linguist-vendored

0 commit comments

Comments
 (0)