From 3c1b85fe187394f6f1850b428cadb0d947369088 Mon Sep 17 00:00:00 2001 From: Thomas Pelletier Date: Sun, 10 Apr 2022 20:43:10 -0400 Subject: [PATCH] Force testdata to use LF Otherwise on Windows git may decide to convert eol to CRLF, which breaks Go 1.18 fuzzer. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 39d488ba..f69e223d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ * text=auto benchmark/benchmark.toml text eol=lf +testdata/* text eol=lf