https://github.com/philsquared/Catch
Raw File
Tip revision: c6535a080e45b08300600c0516e31d0753690ba7 authored by Phil Nash on 01 March 2017, 16:04:44 UTC
v1.8.1 release
Tip revision: c6535a0
.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