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.
This commit is contained in:
Edward Thomson
2023-12-18 12:56:24 +00:00
parent a360b01373
commit a46c426598

2
.gitattributes vendored
View File

@@ -1,2 +1,4 @@
* text=auto
ci/**/*.sh text eol=lf
script/**/*.sh text eol=lf
tests/resources/** linguist-vendored