Skip to content

Commit

Permalink
Merge pull request #212 from jnm2/script_unix_line_endings
Browse files Browse the repository at this point in the history
Add .gitattributes entry so that bash scripts checked out in Windows have Unix line endings
  • Loading branch information
rprouse committed Apr 25, 2017
2 parents 6e7d8f0 + bcbee6a commit d51b0b1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,8 @@
# Monodevelop on Linux uses CRLF for these files
*.sln text eol=crlf
packages/repositories.config text eol=crlf

# Allows checking out and developing in Windows
# while mounting and running tests in Linux
*.sh text eol=lf
build text eol=lf

0 comments on commit d51b0b1

Please sign in to comment.