https://github.com/philsquared/Catch
Raw File
Tip revision: 2a3606f8e30c50c236107b6513ce57c6d609b7ac authored by Martin Hořeňovský on 31 October 2017, 12:55:48 UTC
v1.11.0
Tip revision: 2a3606f
.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