From eb66008ef033dd1c498b200f26cab19bd4040436 Mon Sep 17 00:00:00 2001 From: Peter Pentchev Date: Fri, 15 Apr 2022 10:48:37 +0300 Subject: [PATCH] Turn off EOL handling for the *.zck test files. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 95c3c26..dda54f8 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ * text=auto test/files/* text eol=lf +test/files/*.zck text=false eol=false -- 2.30.2