onnxruntime/.gitattributes
mindest 5b9369e93c
Fix typos according to reviewdog report. (#21335)
### Description
Fix typos based on reviewdog report but with some
exceptions/corrections.
2024-07-22 13:37:32 -07:00

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