mirror of
https://github.com/sharkdp/bat.git
synced 2025-06-24 17:25:56 +01:00
Add Git Attributes syntax test
This commit is contained in:
tests/syntax-tests
@ -0,0 +1,16 @@
|
||||
#
|
||||
# Comment
|
||||
|
||||
[attr]binary -diff -merge -text
|
||||
|
||||
* text=auto
|
||||
*.c diff=c
|
||||
*.cc text diff=cpp
|
||||
*.o binary
|
||||
*.bat text eol=crlf
|
||||
*.lock text -diff
|
||||
*.*ignore text
|
||||
*.patch -text
|
||||
|
||||
.gitattributes linguist-language=gitattributes
|
||||
.gitkeep export-ignore
|
Reference in New Issue
Block a user