diff options
-rw-r--r-- | .pytool/Plugin/SpellCheck/cspell.base.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.pytool/Plugin/SpellCheck/cspell.base.yaml b/.pytool/Plugin/SpellCheck/cspell.base.yaml index ad6f7ac06a..3d4fd71f16 100644 --- a/.pytool/Plugin/SpellCheck/cspell.base.yaml +++ b/.pytool/Plugin/SpellCheck/cspell.base.yaml @@ -21,7 +21,7 @@ "*.jpg"
],
"minWordLength": 5,
- "allowCompoundWords": false,
+ "allowCompoundWords": true,
"maxNumberOfProblems": 200,
"maxDuplicateProblems": 200,
"ignoreWords": [
|