blob: dc2be1ce14fce195e1d2f5bf829a8575ddc21670 [file] [edit]
# See https://git-scm.com/docs/gitattributes
# See https://help.github.com/articles/dealing-with-line-endings/
# default behavior, if core.autocrlf is unset.
* text=auto
# files to be converted to native line endings on checkout.
*.cpp text
*.h text
# files to always have CRLF line endings on checkout.
*.bat text eol=crlf
# files to always have LF line endings on checkout.
*.sh text eol=lf