# Enforce LF line endings repo-wide, on every platform. Without this, a
# checkout on Windows (core.autocrlf=true) rewrites files to CRLF in the
# working tree. `text=auto` lets git auto-detect binary files and leave them
# untouched.
* text=auto eol=lf