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
|
2018-01-04 01:19:52 +00:00
|
|
|
index_tests/** text eol=crlf
|