From 35e28071381bef140114c50694b0fa3e395a343d Mon Sep 17 00:00:00 2001 From: steveklabnik Date: Tue, 28 Mar 2017 09:50:57 -0400 Subject: [PATCH] add a .gitattributes to ensure proper line ending settings --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..45bca848 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +[attr]rust text eol=lf whitespace=tab-in-indent,trailing-space,tabwidth=4 + +* text=auto eol=lf +*.rs rust