mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
11 lines
No EOL
301 B
Text
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 |