https://github.com/philsquared/Catch
Raw File
Tip revision: 6860c8def0ba7559bf077515b7a7ff63ad3444f8 authored by Martin Hořeňovský on 14 May 2018, 13:15:28 UTC
v1.12.2
Tip revision: 6860c8d
.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