2018-09-25 14:04:32 +00:00
|
|
|
# `git apply` and friends don't understand CRLF, even on windows. Force those
|
|
|
|
# files to be checked out with LF endings even if core.autocrlf is true.
|
|
|
|
*.patch text eol=lf
|
2020-04-06 22:15:35 +00:00
|
|
|
patches/**/.patches merge=union
|
2020-08-27 01:25:39 +00:00
|
|
|
|
|
|
|
# Source code and markdown files should always use LF as line ending.
|
|
|
|
*.cc text eol=lf
|
|
|
|
*.mm text eol=lf
|
|
|
|
*.h text eol=lf
|
|
|
|
*.js text eol=lf
|
|
|
|
*.ts text eol=lf
|
|
|
|
*.py text eol=lf
|
|
|
|
*.ps1 text eol=lf
|
|
|
|
*.md text eol=lf
|