1# By default, use platform specific endings.
2*.h text eol=auto
3*.cpp text eol=auto
4*.cc text eol=auto
5
6# Tests must always be crlf
7index_tests/** text eol=crlf
8