Files
libgit2/.gitattributes
Edward Thomson a46c426598 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.
2023-12-18 21:02:46 +00:00

5 lines
99 B
Plaintext

* text=auto
ci/**/*.sh text eol=lf
script/**/*.sh text eol=lf
tests/resources/** linguist-vendored