bat/tests/syntax-tests/highlighted/Git Attributes/example.gitattributes

17 lines
2.1 KiB
Plaintext
Raw Normal View History

2020-10-24 12:47:28 +02:00
#
# 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