https://github.com/philsquared/Catch
Raw File
Tip revision: ae21020640e6137acac027177d86c08083225dc1 authored by Martin Hořeňovský on 31 October 2017, 14:17:21 UTC
dev build 6
Tip revision: ae21020
.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