mirror of
https://github.com/sharkdp/bat
synced 2024-11-23 20:33:06 +00:00
Try to fix syntax-detection tests on Windows
This commit is contained in:
parent
e58b20f68d
commit
bbf6ec0458
1 changed files with 2 additions and 0 deletions
2
tests/.gitattributes
vendored
2
tests/.gitattributes
vendored
|
@ -1,6 +1,8 @@
|
|||
# force LF EOLs for test fixtures
|
||||
examples/** text=auto eol=lf
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue