luciders/cspell.config.yaml
2024-10-30 07:58:10 +11:00

18 lines
397 B
YAML

---
$schema: https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json
version: '0.2'
allowCompoundWords: true
dictionaryDefinitions:
- name: project-dictionary
path: './.config/cspell/dictionary.txt'
addWords: true
dictionaries:
- project-dictionary
- rust
- softwareTerms
- companies
- en-gb
ignorePaths:
- 'target/**'
- '.config/cspell/*.txt'