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

This commit is contained in:
Stephen M. Coakley 2016-12-17 15:29:27 -06:00 committed by GitHub
parent 50004e39a1
commit 67ef90a490

2
.gitattributes vendored Normal file
View File

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