Add a .gitattributes file to make *.sh files use LF line endings.

pull/267/head
Dan Gohman 3 years ago
parent b738c9d553
commit fc46c9b3c9

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