Skip to content

Commit

Permalink
Use the new version of the cspell.config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Skptak committed Aug 30, 2023
1 parent d4ac129 commit 859ede0
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions cspell.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ version: '0.2'
# Allows things like stringLength
allowCompoundWords: true
useGitignore: true
languageSettings:
- allowCompoundWords: true
caseSensitive: false
enabled: true
languageId: c
locale: "*"
# Could split this up? And do a dictionary for each repo?
# But feel like if this isn't super slow
# That having just one single dictionary might be nicer?
Expand All @@ -14,9 +20,8 @@ dictionaryDefinitions:
dictionaries:
- freertos-words
ignorePaths:
- 'node_modules'
- '.cSpellWords.txt'
- 'dependency'
- 'docs'
- 'ThirdParty'

- 'History.txt'

0 comments on commit 859ede0

Please sign in to comment.