summaryrefslogtreecommitdiffstats
path: root/.cspell.yaml
blob: 16a83c3988a88a2a0c88f80d5cd0126a2000a8da (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
version: 0.2
language: en_US
minWordLength: 3
dictionaryDefinitions:
  - name: project-code
    addWords: true
    path: ./.cspell/project-code.txt
  - name: project-words
    addWords: true
    path: ./.cspell/project-words.txt
  - name: project-citekeys
    addWords: true
    path: ./.cspell/project-citekeys.txt
  - name: latex-pkgs
    addWords: true
    path: ./.cspell/my-cspell-dicts/latex-pkgs.txt
  - name: biblatex
    addWords: true
    path: ./.cspell/my-cspell-dicts/biblatex.txt
  - name: names
    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