You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
obws/.config/spellcheck.toml

15 lines
218 B
TOML

[Hunspell]
lang = "en_US"
search_dirs = ["."]
extra_dictionaries = ["lingo.dic"]
skip_os_lookups = true
use_builtin = true
[Hunspell.quirks]
transform_regex = [
"^\\d+x\\d+$",
"v\\d+",
"\\+",
"\\=",
]