mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-21 23:25:07 +00:00
9 lines
182 B
Plaintext
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
|