1
0
mirror of https://github.com/sharkdp/bat.git synced 2024-10-06 10:51:05 +01:00
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 13:49:24 +00:00
examples/* linguist-vendored
snapshots/* linguist-vendored
2018-11-12 20:49:19 +00:00
benchmarks/* linguist-vendored
benchmarks/test-src/* linguist-vendored
2020-05-26 11:14:27 +01:00
scripts/* linguist-vendored