https://github.com/philsquared/Catch
Raw File
Tip revision: 9a1791ab9ff807665897b3e3dbd2927816f11978 authored by Martin Hořeňovský on 09 December 2017, 19:04:47 UTC
Merge remote-tracking branch 'upstream/master' into contrib
Tip revision: 9a1791a
.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