From 6f7229bc6a5e371c21038eeee5a30a8cd24336fe Mon Sep 17 00:00:00 2001 From: Joel Einbinder Date: Tue, 28 Jan 2020 20:19:04 +0000 Subject: [PATCH] add gitattributes to fix line endings on windows bots --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..b8367b26b4 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +# .txt files must be lf for golden file tests to work +*.txt eol=lf +