ccls/.gitattributes
2018-01-03 17:22:21 -08:00

8 lines
160 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
index_tests/** text eol=crlf