summaryrefslogtreecommitdiffstats
path: root/.cspell.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.cspell.yaml')
-rw-r--r--.cspell.yaml39
1 files changed, 24 insertions, 15 deletions
diff --git a/.cspell.yaml b/.cspell.yaml
index 8497152..16a83c3 100644
--- a/.cspell.yaml
+++ b/.cspell.yaml
@@ -1,38 +1,47 @@
----
-version: "0.2"
-language: "en-GB"
+version: 0.2
+language: en_US
+minWordLength: 3
dictionaryDefinitions:
- name: project-code
- path: "./.cspell/project-code.txt"
addWords: true
+ path: ./.cspell/project-code.txt
- name: project-words
- path: "./.cspell/project-words.txt"
addWords: true
+ path: ./.cspell/project-words.txt
- name: project-citekeys
- path: "./.cspell/project-citekeys.txt"
addWords: true
+ path: ./.cspell/project-citekeys.txt
- name: latex-pkgs
- path: "./.cspell/my-cspell-dicts/latex-pkgs.txt"
addWords: true
+ path: ./.cspell/my-cspell-dicts/latex-pkgs.txt
- name: biblatex
- path: "./.cspell/my-cspell-dicts/biblatex.txt"
addWords: true
+ path: ./.cspell/my-cspell-dicts/biblatex.txt
- name: names
- path: "./.cspell/my-cspell-dicts/names.txt"
addWords: true
+ path: ./.cspell/my-cspell-dicts/names.txt
+ - name: names2
+ addWords: true
+ path: ./.cspell/my-cspell-dicts/names2.txt
+ - name: math
+ addWords: true
+ path: ./.cspell/my-cspell-dicts/math.txt
dictionaries:
- latex
- project-code
- project-words
- latex-pkgs
+ - names
+ - names2
+ - math
+ignorePaths:
+ - ./.cspell/
+ - ./aux/
+ - ./cd-label/
+ - ./my/
+ - ./my2/
overrides:
- filename: "bib/**/*.bib"
dictionaries:
- biblatex
- names
-ignorePaths:
- - "./.cspell/"
- - "./aux/"
- - "./my/"
- - "./my2/"
-minWordLength: 3