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
33version : ' 0.2'
44# Allows things like stringLength
55allowCompoundWords : true
6+
7+ # Read files not to spell check from the git ignore
68useGitignore : true
9+
10+ # Language settings for C
711languageSettings :
8- - allowCompoundWords : true
9- caseSensitive : false
12+ - caseSensitive : false
1013 enabled : true
1114 languageId : c
1215 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
1618dictionaryDefinitions :
1719 - name : freertos-words
1820 path : ' .github/.cSpellWords.txt'
1921 addWords : true
22+
2023dictionaries :
2124 - freertos-words
25+
26+ # Paths and files to ignore
2227ignorePaths :
23- - ' .cSpellWords.txt'
2428 - ' dependency'
2529 - ' docs'
2630 - ' ThirdParty'
You can’t perform that action at this time.
0 commit comments