summaryrefslogtreecommitdiffstats
path: root/.cspell.yaml
blob: 84971520f970ec4e11621deb5c658daacf5c1ba0 (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
---
version: "0.2"
language: "en-GB"
dictionaryDefinitions:
  - name: project-code
    path: "./.cspell/project-code.txt"
    addWords: true
  - name: project-words
    path: "./.cspell/project-words.txt"
    addWords: true
  - name: project-citekeys
    path: "./.cspell/project-citekeys.txt"
    addWords: true
  - name: latex-pkgs
    path: "./.cspell/my-cspell-dicts/latex-pkgs.txt"
    addWords: true
  - name: biblatex
    path: "./.cspell/my-cspell-dicts/biblatex.txt"
    addWords: true
  - name: names
    path: "./.cspell/my-cspell-dicts/names.txt"
    addWords: true
dictionaries:
  - latex
  - project-code
  - project-words
  - latex-pkgs
overrides:
  - filename: "bib/**/*.bib"
    dictionaries:
      - biblatex
      - names
ignorePaths:
  - "./.cspell/"
  - "./aux/"
  - "./my/"
  - "./my2/"
minWordLength: 3