Fix error: ISO C++ forbids in-class initialization of non-const static member 'm_started'
[catch.git] / .gitattributes
bloba2d66d32b4aaf51ddf8c792b6cf6de386166ff19
1 # This sets the default behaviour, overriding core.autocrlf
2 * text=auto
4 # All source files should have unix line-endings in the repository,
5 # but convert to native line-endings on checkout
6 *.cpp text
7 *.h text
8 *.hpp text
10 # Windows specific files should retain windows line-endings
11 *.sln text eol=crlf