https://github.com/philsquared/Catch
Raw File
Tip revision: a0ada2e935324db5c951571c52c9b07307ea422f authored by Phil Nash on 25 April 2017, 14:23:06 UTC
v1.9.3
Tip revision: a0ada2e
.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