From 67ef90a4901153e6ea2ef1f0cd52f724b2facd45 Mon Sep 17 00:00:00 2001 From: "Stephen M. Coakley" Date: Sat, 17 Dec 2016 15:29:27 -0600 Subject: [PATCH] Ensure Fish scripts always use LF line endings, otherwise multiline commands break (#458) --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..797eee9 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Ensure Fish scripts always use LF line endings, otherwise multiline commands break. +*.fish text eol=lf