mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
### Description Fix typos based on reviewdog report but with some exceptions/corrections.
13 lines
389 B
Text
13 lines
389 B
Text
# This sets the default behavior, overriding core.autocrlf
|
|
* 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
|