From 9658bfc175b317ff635ea75f2b1a738cb9be66ba Mon Sep 17 00:00:00 2001
From: Daniel Lyubomirov <daniel.lyubomirov@vereign.com>
Date: Fri, 10 Jul 2020 15:26:51 +0300
Subject: [PATCH] Disable git crlf auto conversion for test_data

---
 cpp/tests/vereign/crypto/test_data/.gitattributes | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cpp/tests/vereign/crypto/test_data/.gitattributes b/cpp/tests/vereign/crypto/test_data/.gitattributes
index fe505b2..fa1385d 100644
--- a/cpp/tests/vereign/crypto/test_data/.gitattributes
+++ b/cpp/tests/vereign/crypto/test_data/.gitattributes
@@ -1 +1 @@
-* text=false
+* -text
-- 
GitLab