ccls/.gitattributes
2017-04-17 21:59:57 -07:00

9 lines
182 B
Plaintext

# By default, use platform specific endings.
*.h text eol=auto
*.cpp text eol=auto
*.cc text eol=auto
# Tests must always be crlf
full_tests/** text eol=crlf
tests/** text eol=crlf