soft3/radio/iroh-willow/.typos.toml

[files]
# We can't change the `CHANGELOG` without changing old commit message
extend-exclude = [
  "CHANGELOG_old.md",
  "CHANGELOG.md"
]

[default]
extend-ignore-re = [
  # Line ignore with trailing `// spellchecker:disable-line`
  "(?Rm)^.*(#|//)\\s*spellchecker:disable-line$",

  # Abbreviations
  "UPnP",

  # Library name
  "tung",

  # Hex
  "ba",
]

[default.extend-words]
# Library name
ratatui = "ratatui"

Homonyms

soft3/radio/.typos.toml

Graph