# Patch files must keep LF line endings regardless of core.autocrlf - a
# CRLF-mangled .patch (this repo's autocrlf=true would otherwise rewrite it
# on checkout) fails or mis-applies against the LF-line-ended submodule
# files it targets. See third_party/patches/README.md.
*.patch text eol=lf
