diff options
Diffstat (limited to '.codespellrc')
| -rw-r--r-- | .codespellrc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.codespellrc b/.codespellrc new file mode 100644 index 00000000..8f9ed850 --- /dev/null +++ b/.codespellrc @@ -0,0 +1,7 @@ +[codespell] +# Ref: https://github.com/codespell-project/codespell#using-a-config-file +skip = .git*,*.lock,.codespellrc +check-hidden = true +# ignore-regex = +ignore-words-list = crate,ratatui,inbetween + |
