https://github.com/philsquared/Catch
Revision 87c125ecb89724afb52f05170e44e3995733066a authored by Martin Hořeňovský on 21 November 2017, 14:23:30 UTC, committed by Martin Hořeňovský on 21 November 2017, 17:55:28 UTC
1 parent 3b965aa
Raw File
Tip revision: 87c125ecb89724afb52f05170e44e3995733066a authored by Martin Hořeňovský on 21 November 2017, 14:23:30 UTC
Enable Werror for dev builds
Tip revision: 87c125e
.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