Skip to content

Commit

Permalink
gitattributes: .sh files are always Unixy
Browse files Browse the repository at this point in the history
Always checkout out shell scripts with Unix-style line endings. mingw
doesn't mind, but cygwin struggles without CRLF.
  • Loading branch information
ethomson committed Dec 18, 2023
1 parent a360b01 commit a46c426
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
* text=auto
ci/**/*.sh text eol=lf
script/**/*.sh text eol=lf
tests/resources/** linguist-vendored

0 comments on commit a46c426

Please sign in to comment.