Add a .gitattributes file to make *.sh files use LF line endings. (#267)

pull/270/head
Dan Gohman 2 years ago committed by GitHub
parent b738c9d553
commit b6ae120dc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
.gitattributes vendored

@ -0,0 +1,2 @@
# Bourne-style shell scripts: These are Unix-style scripts. Don't add CR's.
*.sh text eol=lf
Loading…
Cancel
Save