https://github.com/philsquared/Catch
Raw File
Tip revision: c1ca0fdabe8def3e67d42b275d51ac383fd5819f authored by Phil Nash on 03 July 2015, 17:30:25 UTC
dev build 3
Tip revision: c1ca0fd
.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