2024-07-22 23:37:32 +03:00
|
|
|
# This sets the default behavior, overriding core.autocrlf
|
2018-11-20 03:48:22 +03:00
|
|
|
* text=auto
|
|
|
|
|
|
|
|
# All source files should have unix line-endings in the repository,
|
|
|
|
# but convert to native line-endings on checkout
|
|
|
|
*.cc text
|
|
|
|
*.h text
|
|
|
|
|
|
|
|
# Windows specific files should retain windows line-endings
|
|
|
|
*.sln text eol=crlf
|
|
|
|
|
|
|
|
# make sure build.sh retains Unix line endings, even when checked out on windows.
|
|
|
|
*.sh text eol=lf
|