• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[codespell]
2
3# Add extra dictionaries to help improvement comments, docs, etc.
4builtin = clear,rare,informal,usage,names
5
6# Always default to highest interactive level to avoid accidentally
7# changing a false positive or picking the wrong replacement.
8interactive = 3
9