https://github.com/philsquared/Catch
Raw File
Tip revision: 017a63da62ba7ffce1e1b005e6adc846412c575b authored by Martin Hořeňovský on 15 June 2017, 11:08:26 UTC
v1.9.5
Tip revision: 017a63d
.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