From bbf6ec0458114b4d79abdad9ba297c7e1b3ded4d Mon Sep 17 00:00:00 2001 From: sharkdp Date: Mon, 5 Oct 2020 08:10:59 +0200 Subject: [PATCH] Try to fix syntax-detection tests on Windows --- tests/.gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/.gitattributes b/tests/.gitattributes index b3cef9c9..5e4f025b 100644 --- a/tests/.gitattributes +++ b/tests/.gitattributes @@ -1,6 +1,8 @@ # force LF EOLs for test fixtures examples/** text=auto eol=lf snapshots/** text=auto eol=lf +syntax-tests/source/** text=auto eol=lf +syntax-tests/highlighted/** text=auto eol=lf # BAT/CMD files always need CRLF EOLs *.[Bb][Aa][Tt] text eol=crlf