summaryrefslogtreecommitdiffstats
path: root/.cspell.yaml
diff options
context:
space:
mode:
authorJustin Gassner <justin.gassner@mailbox.org>2023-11-17 02:08:49 +0100
committerJustin Gassner <justin.gassner@mailbox.org>2023-11-17 02:08:49 +0100
commit3f6edc0fec3efbe57481e7ed9f4d40bc0541deec (patch)
treefb8ffe04eea87b58cd6c5974e62b06b9ac8f3aa9 /.cspell.yaml
parentb2f074f14d0a2fab8b1d1b68bb26ceb82c0bd689 (diff)
downloadmaster-3f6edc0fec3efbe57481e7ed9f4d40bc0541deec.tar.zst
weiter
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