https://github.com/philsquared/Catch
Raw File
Tip revision: ac220289a617481b05b4d7821a19a89ba20d282c authored by Phil Nash on 09 June 2016, 07:19:23 UTC
v1.5.5:
Tip revision: ac22028
.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