# Normalize line endings: LF in the repo, and keep shell scripts LF on
# checkout too (the CI matrix includes Windows).
* text=auto
*.sh text eol=lf

# mklang machine files are YAML — override the Linguist Makefile default.
# Shed by renaming .mk -> .mkl (ADR 0027); keeps GitHub highlighting correct.
*.mkl linguist-language=YAML
