Files
beau-gosse-du-92/spellcheck.toml
Adrien 8684086c74
All checks were successful
ci/woodpecker/pr/validate Pipeline was successful
👷 Add cargo spellcheck tool
2025-04-27 21:12:32 +02:00

11 lines
238 B
TOML

# Also take into account developer comments
dev_comments = false
# Skip the README.md file as defined in the cargo manifest
skip_readme = false
[Hunspell]
lang = "en_US"
search_dirs = [ "." ]
extra_dictionaries = [ "./spellcheck.dic" ]