From 2d5cf1d3cff272c3edf82f546a4a54dcc3010a20 Mon Sep 17 00:00:00 2001
From: Benjamin Neff <benjamin@coding4coffee.ch>
Date: Fri, 9 Oct 2020 01:23:48 +0200
Subject: [PATCH] Remove gitattributes for .bat/.cmd files to make all
 testfiles eol=lf

---
 tests/.gitattributes | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/tests/.gitattributes b/tests/.gitattributes
index 5e4f025b..cd9cbfc3 100644
--- a/tests/.gitattributes
+++ b/tests/.gitattributes
@@ -4,10 +4,6 @@ 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
-*.[Cc][Mm][Dd] text eol=crlf
-
 examples/* linguist-vendored
 snapshots/* linguist-vendored
 benchmarks/* linguist-vendored