From ef5f0a8331054191227a8c8ba8d7adbf9fbade86 Mon Sep 17 00:00:00 2001 From: Micah Jerome Ellison Date: Wed, 27 May 2020 14:08:48 -0700 Subject: [PATCH] Ensure test data is always checked out with LF line endings (#965) * Force *.journal line endings to LF * Force LF line endings for .feature files --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..d47e847c --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.journal text eol=lf +*.feature text eol=lf