File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -3,24 +3,28 @@ $schema: https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell
3
3
version : ' 0.2'
4
4
# Allows things like stringLength
5
5
allowCompoundWords : true
6
+
7
+ # Read files not to spell check from the git ignore
6
8
useGitignore : true
9
+
10
+ # Language settings for C
7
11
languageSettings :
8
- - allowCompoundWords : true
9
- caseSensitive : false
12
+ - caseSensitive : false
10
13
enabled : true
11
14
languageId : c
12
15
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?
16
+
17
+ # Add a dictionary, and the path to the word list
16
18
dictionaryDefinitions :
17
19
- name : freertos-words
18
20
path : ' .github/.cSpellWords.txt'
19
21
addWords : true
22
+
20
23
dictionaries :
21
24
- freertos-words
25
+
26
+ # Paths and files to ignore
22
27
ignorePaths :
23
- - ' .cSpellWords.txt'
24
28
- ' dependency'
25
29
- ' docs'
26
30
- ' ThirdParty'
You can’t perform that action at this time.
0 commit comments