desktop-playbook/_typos.toml
Yorick Barbanneau e9d181fcb0 chore: add _typos conf file
To avoid false positive when checking typo errors
2024-09-11 21:53:05 +02:00

11 lines
206 B
TOML

[default]
# Ignore string that look like colors definitions
extend-ignore-re = ['[a-fA-F0-9]{6}']
[default.extend-words]
doas = "doas"
edn = "edn"
[type.images]
extend-glob = ["*.png"]
check-file = false