ccls/.gitattributes

10 lines
170 B
Plaintext
Raw Normal View History

2017-04-18 04:59:08 +00:00
# Binary files
*.png binary
2017-03-17 01:32:30 +00:00
# By default, use platform specific endings.
* text eol=auto
# Tests must always be crlf
full_tests/** text eol=crlf
tests/** text eol=crlf