codespell: Add .codespellrc to set default options.
commit80cb961e5380a3878246d41341ff91378ca59e05
authorJia Tan <jiat0218@gmail.com>
Fri, 4 Aug 2023 14:17:11 +0000 (4 22:17 +0800)
committerJia Tan <jiat0218@gmail.com>
Fri, 4 Aug 2023 14:17:11 +0000 (4 22:17 +0800)
tree490f9af49fa97e43f3177b43da699f5bf4c7cf01
parentcd678a6077358935249b64a4a16fe8d17434f9c9
codespell: Add .codespellrc to set default options.

The .codespellrc allows setting default options to avoid false positive
matches, set additional dictionaries, etc. For now, codespell can be
used locally before committing doc and comment changes.

It should help prevent silly errors and fix up commits in the future.
.codespellrc [new file with mode: 0644]