Remove gitattributes for .bat/.cmd files to make all testfiles eol=lf

This commit is contained in:
Benjamin Neff 2020-10-09 01:23:48 +02:00 committed by David Peter
parent a81254ed2a
commit 2d5cf1d3cf
1 changed files with 0 additions and 4 deletions

View File

@ -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