mame/3rdparty/catch/.gitattributes
2016-11-12 10:20:42 +01: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