[default.extend-identifiers]
"typ" = "typ" # We may write "typ" instead of "type". The latter is a Rust keyword.
[default.extend-words]
"..." = "…"
[type.codespell]
check-file = false
extend-glob = [".codespellrc"]