From f139ca80a5c8cb2f2c2b58a6afe40c3d3fdd239f Mon Sep 17 00:00:00 2001 From: Paul Betts Date: Mon, 2 Jan 2017 11:56:47 -0800 Subject: [PATCH] Ensure line endings are correct on Windows (#1230) This allows Windows users to check out the repo and send in PRs without messing up the line endings, see https://help.github.com/articles/dealing-with-line-endings for more --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..2e46fbac --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +* text=auto +*.sh eol=lf