From 04bd3f8a7dc68050de8b0f9ab6876e67da6976b9 Mon Sep 17 00:00:00 2001
From: n-peugnet <n.peugnet@free.fr>
Date: Mon, 13 Sep 2021 12:59:31 +0200
Subject: add gitattributes to force testdata to use LF

---
 testdata/.gitattributes | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 testdata/.gitattributes

(limited to 'testdata')

diff --git a/testdata/.gitattributes b/testdata/.gitattributes
new file mode 100644
index 0000000..6313b56
--- /dev/null
+++ b/testdata/.gitattributes
@@ -0,0 +1 @@
+* text=auto eol=lf
-- 
cgit v1.2.3