Skip to content

Commit

Permalink
Merge pull request #109 from vlsi/sh-gitattributes
Browse files Browse the repository at this point in the history
Add sh and gradlew to .gitattributes as known-LF text files
  • Loading branch information
loosebazooka authored Sep 3, 2022
2 parents b7f3f88 + 91b3766 commit 9d30c3f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
#
# https://help.github.com/articles/dealing-with-line-endings/
#
# These are explicitly windows files and should use crlf
*.bat text eol=crlf
* text=auto

# Configure eol for well-known files
gradlew text eol=lf
*.sh text eol=lf
*.bat text eol=crlf
*.cmd text eol=crlf

0 comments on commit 9d30c3f

Please sign in to comment.