Skip to content

Commit 4d80811

Browse files
committed
Use the new version of the cspell.config.yaml
1 parent c6b358e commit 4d80811

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

cspell.config.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ version: '0.2'
44
# Allows things like stringLength
55
allowCompoundWords: true
66
useGitignore: true
7+
languageSettings:
8+
- allowCompoundWords: true
9+
caseSensitive: false
10+
enabled: true
11+
languageId: c
12+
locale: "*"
713
# Could split this up? And do a dictionary for each repo?
814
# But feel like if this isn't super slow
915
# That having just one single dictionary might be nicer?
@@ -14,9 +20,8 @@ dictionaryDefinitions:
1420
dictionaries:
1521
- freertos-words
1622
ignorePaths:
17-
- 'node_modules'
1823
- '.cSpellWords.txt'
1924
- 'dependency'
2025
- 'docs'
2126
- 'ThirdParty'
22-
27+
- 'History.txt'

0 commit comments

Comments
 (0)