Ensure Fish scripts always use LF line endings, otherwise multiline commands break (#458)

pull/460/head
Stephen M. Coakley 7 years ago committed by GitHub
parent 50004e39a1
commit 67ef90a490

2
.gitattributes vendored

@ -0,0 +1,2 @@
# Ensure Fish scripts always use LF line endings, otherwise multiline commands break.
*.fish text eol=lf
Loading…
Cancel
Save