version: 0.2 language: en_US minWordLength: 3 dictionaryDefinitions: - name: project-code addWords: true path: ./.cspell/project-code.txt - name: project-words addWords: true path: ./.cspell/project-words.txt - name: project-citekeys addWords: true path: ./.cspell/project-citekeys.txt - name: latex-pkgs addWords: true path: ./.cspell/my-cspell-dicts/latex-pkgs.txt - name: biblatex addWords: true path: ./.cspell/my-cspell-dicts/biblatex.txt - name: names addWords: true path: ./.cspell/my-cspell-dicts/names.txt - name: names2 addWords: true path: ./.cspell/my-cspell-dicts/names2.txt - name: math addWords: true path: ./.cspell/my-cspell-dicts/math.txt dictionaries: - latex - project-code - project-words - latex-pkgs - names - names2 - math ignorePaths: - ./.cspell/ - ./aux/ - ./cd-label/ - ./my/ - ./my2/ overrides: - filename: "bib/**/*.bib" dictionaries: - biblatex - names