ccls/.gitattributes

9 lines
182 B
Plaintext
Raw Normal View History

2017-03-17 01:32:30 +00:00
# By default, use platform specific endings.
2017-04-18 04:59:49 +00:00
*.h text eol=auto
*.cpp text eol=auto
*.cc text eol=auto
2017-03-17 01:32:30 +00:00
# Tests must always be crlf
full_tests/** text eol=crlf
tests/** text eol=crlf