From b2b2914da19e4eb55a94936227cadc845306b238 Mon Sep 17 00:00:00 2001 From: Ilya Chernikov Date: Thu, 16 Mar 2023 16:59:06 +0100 Subject: [PATCH] Switch git checkout to eol=auto on testdata so the tests on windows run on files with crlf line endings --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 7e73f77f913..055e0e19d60 100644 --- a/.gitattributes +++ b/.gitattributes @@ -7,3 +7,4 @@ compiler/cli/bin/* eol=lf compiler/cli/bin/*.bat eol=crlf gradlew.bat eol=crlf +compiler/testData/** eol=auto