From 3f6edc0fec3efbe57481e7ed9f4d40bc0541deec Mon Sep 17 00:00:00 2001 From: Justin Gassner Date: Fri, 17 Nov 2023 02:08:49 +0100 Subject: weiter --- .cspell.yaml | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 .cspell.yaml (limited to '.cspell.yaml') 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 -- cgit v1.2.3-70-g09d2