From dbf6b9d12af23737df4773a7a266fe3a4329ee06 Mon Sep 17 00:00:00 2001 From: Jacob Dufault Date: Thu, 16 Mar 2017 18:32:30 -0700 Subject: [PATCH] add attr --- .gitattributes | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..fcb38360 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,6 @@ +# By default, use platform specific endings. +* text eol=auto + +# Tests must always be crlf +full_tests/** text eol=crlf +tests/** text eol=crlf