We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6b358e commit 4d80811Copy full SHA for 4d80811
cspell.config.yaml
@@ -4,6 +4,12 @@ version: '0.2'
4
# Allows things like stringLength
5
allowCompoundWords: true
6
useGitignore: true
7
+languageSettings:
8
+ - allowCompoundWords: true
9
+ caseSensitive: false
10
+ enabled: true
11
+ languageId: c
12
+ locale: "*"
13
# Could split this up? And do a dictionary for each repo?
14
# But feel like if this isn't super slow
15
# That having just one single dictionary might be nicer?
@@ -14,9 +20,8 @@ dictionaryDefinitions:
20
dictionaries:
21
- freertos-words
16
22
ignorePaths:
17
- - 'node_modules'
18
23
- '.cSpellWords.txt'
19
24
- 'dependency'
25
- 'docs'
26
- 'ThirdParty'
-
27
+ - 'History.txt'
0 commit comments