2
0
mirror of https://github.com/sharkdp/bat synced 2024-11-04 18:00:24 +00:00
bat/tests/.gitattributes

15 lines
382 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 10:14:27 +00:00
scripts/* linguist-vendored
syntax-tests/* linguist-vendored