summaryrefslogtreecommitdiffstats
path: root/.cspell.yaml
diff options
context:
space:
mode:
authorJustin Gassner <justin.gassner@mailbox.org>2024-02-20 12:01:07 +0100
committerJustin Gassner <justin.gassner@mailbox.org>2024-02-20 12:01:07 +0100
commit8b9bb9346c217874670b0f1798ab6f1cb28fdb83 (patch)
tree167336a47f0d19dc8b0897f4e94be0e44933eeb2 /.cspell.yaml
parent7c66b227a494748e2a546fb85317accd00aebe53 (diff)
downloadsite-8b9bb9346c217874670b0f1798ab6f1cb28fdb83.tar.zst
Update
Diffstat (limited to '.cspell.yaml')
-rw-r--r--.cspell.yaml14
1 files changed, 7 insertions, 7 deletions
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