blob: dd582f6a59e7a4dc7b3c1b6451c079e562312945 (
plain) (
blame)
1
2
3
4
5
6
7
|
[codespell]
# Ref: https://github.com/codespell-project/codespell#using-a-config-file
skip = .git*,*.lock,.codespellrc,CODE_OF_CONDUCT.md
check-hidden = true
# ignore-regex =
ignore-words-list = crate,ratatui,inbetween
|