https://github.com/philsquared/Catch
Raw File
Tip revision: 7b8a27eadb70bc92c0027e5028b47526095a719d authored by Martin Hořeňovský on 07 February 2017, 09:06:52 UTC
v1.7.1 build
Tip revision: 7b8a27e
.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