From 8b9bb9346c217874670b0f1798ab6f1cb28fdb83 Mon Sep 17 00:00:00 2001 From: Justin Gassner Date: Tue, 20 Feb 2024 12:01:07 +0100 Subject: Update --- .cspell.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to '.cspell.yaml') diff --git a/.cspell.yaml b/.cspell.yaml index eff8b31..b4f5223 100644 --- a/.cspell.yaml +++ b/.cspell.yaml @@ -1,18 +1,19 @@ -version: "0.2" -language: "en_US" +version: 0.2 +language: en_US minWordLength: 3 dictionaryDefinitions: - name: names addWords: true - path: "./.cspell/my-cspell-dicts/names.txt" + path: ./.cspell/my-cspell-dicts/names.txt - name: math addWords: true - path: "./.cspell/my-cspell-dicts/math.txt" + path: ./.cspell/my-cspell-dicts/math.txt - name: liquid addWords: true - path: "./.cspell/liquid.txt" + path: ./.cspell/liquid.txt ignorePaths: - - "./.cspell/" + - ./.cspell/ + - ./assets/ dictionaries: - latex - names @@ -38,5 +39,4 @@ words: - mathscr - enspace - callouts - - Closedness - vcs -- cgit v1.2.3-54-g00ecf