# Normalize all text files to LF in the working tree on every platform so the
# `ruff format` line-ending check (line-ending = "lf") passes on Windows too.
* text=auto eol=lf
