mirror of
https://github.com/atuinsh/atuin.git
synced 2025-07-07 13:15:09 +00:00
7 lines
234 B
Text
7 lines
234 B
Text
[codespell]
|
|
# Ref: https://github.com/codespell-project/codespell#using-a-config-file
|
|
skip = .git*,*.lock,.codespellrc,CODE_OF_CONDUCT.md,CONTRIBUTORS
|
|
check-hidden = true
|
|
# ignore-regex =
|
|
ignore-words-list = crate,ratatui,inbetween
|
|
|