Merge pull request #371 from HarrySarson/gitattributes

Adds .gitattributes to keep unix lines endings in .sh files; closes #345
master
Martin Gondermann 8 years ago committed by GitHub
commit f0880e57bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .gitattributes

3
.gitattributes vendored

@ -0,0 +1,3 @@
# Unix lines endings in bash script files
*.sh text eol=lf
themes/* text eol=lf
Loading…
Cancel
Save