a7800/3rdparty/catch/.gitattributes
2020-03-22 22:54:50 -04:00

11 lines
No EOL
301 B
Text

# 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