summaryrefslogtreecommitdiffstats
path: root/tests/.gitattributes
diff options
context:
space:
mode:
authorBenjamin Neff <benjamin@coding4coffee.ch>2020-10-09 01:23:48 +0200
committerDavid Peter <sharkdp@users.noreply.github.com>2020-10-09 23:28:08 +0200
commit2d5cf1d3cff272c3edf82f546a4a54dcc3010a20 (patch)
treef8fbd79495f033a3470a7a1fa65e204ae031b1ab /tests/.gitattributes
parenta81254ed2a5066483ef4705c4d2a32ade7d5464e (diff)
Remove gitattributes for .bat/.cmd files to make all testfiles eol=lf
Diffstat (limited to 'tests/.gitattributes')
-rw-r--r--tests/.gitattributes4
1 files changed, 0 insertions, 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