summaryrefslogtreecommitdiffstats
path: root/.cspell.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.cspell.yaml')
-rw-r--r--.cspell.yaml38
1 files changed, 38 insertions, 0 deletions
diff --git a/.cspell.yaml b/.cspell.yaml
new file mode 100644
index 0000000..8497152
--- /dev/null
+++ b/.cspell.yaml
@@ -0,0 +1,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