bat/tests/.gitattributes

14 lines
349 B
Plaintext
Raw Normal View History

# force LF EOLs for test fixtures
examples/** text=auto eol=lf
snapshots/** text=auto eol=lf
# BAT/CMD files always need CRLF EOLs
*.[Bb][Aa][Tt] text eol=crlf
*.[Cc][Mm][Dd] text eol=crlf
2018-11-11 14:49:24 +01:00
examples/* linguist-vendored
snapshots/* linguist-vendored
2018-11-12 21:49:19 +01:00
benchmarks/* linguist-vendored
benchmarks/test-src/* linguist-vendored
2020-05-26 12:14:27 +02:00
scripts/* linguist-vendored