https://github.com/philsquared/Catch
Raw File
Tip revision: 2ce6c74f8fcbd28c977e70d8c020939123a9ea3c authored by Martin Hořeňovský on 10 August 2017, 22:01:20 UTC
v1.9.7
Tip revision: 2ce6c74
.gitattributes
# This sets the default behaviour, overriding core.autocrlf
* text=auto

# All source files should have unix line-endings in the repository,
# but convert to native line-endings on checkout
*.cpp text
*.h text
*.hpp text

# Windows specific files should retain windows line-endings
*.sln text eol=crlf
back to top