Skip to content

Commit

Permalink
[#906] ensure shell scripts do not get converted to CRLF
Browse files Browse the repository at this point in the history
  • Loading branch information
remkop committed Jan 12, 2020
1 parent 98ec2ca commit c7b1a9b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitattributes
Expand Up @@ -22,6 +22,11 @@
gradlew text eol=lf
*.sh text eol=lf
*.bash text eol=lf
run text eol=lf
runCompletion text eol=lf
bashrc text eol=lf
inputrc text eol=lf


# These files are text and must be normalized to crlf
*.bat text eol=crlf
Expand Down

0 comments on commit c7b1a9b

Please sign in to comment.