--- 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