mirror of
https://github.com/MaskRay/ccls.git
synced 2026-01-06 14:23:34 +00:00
8 lines
160 B
Plaintext
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
|