11 lines
238 B
TOML
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" ]
|