# Normalise line endings in the repository. Without this, committing from
# Windows stores CRLF and every diff from a Linux contributor is noise.
* text=auto eol=lf

# The GPL text is distributed verbatim; never let it be re-encoded.
LICENSE text eol=lf

# FER templates and configs are read by the package at runtime.
*.json  text eol=lf
*.yaml  text eol=lf
*.yml   text eol=lf
*.py    text eol=lf
*.md    text eol=lf
*.toml  text eol=lf

# OPUS files are binary despite having no extension; keep them untouched if
# any ever land in the repository.
*.0     binary
