From 777f9d3fd8caf56e6bc6999a4b05379307d0733f Mon Sep 17 00:00:00 2001 From: Justin Gassner Date: Tue, 12 Sep 2023 07:36:33 +0200 Subject: Initial commit --- .cspell.yaml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .cspell.yaml (limited to '.cspell.yaml') diff --git a/.cspell.yaml b/.cspell.yaml new file mode 100644 index 0000000..896a692 --- /dev/null +++ b/.cspell.yaml @@ -0,0 +1,29 @@ +version: "0.2" +language: "en_US" +minWordLength: 3 +dictionaryDefinitions: + - name: names + addWords: true + path: "./.cspell/my-cspell-dicts/names.txt" +ignorePaths: + - "./.cspell/" +dictionaries: + - latex + - names +words: + - abs + - gfm + - hilb + - innerp + - katex + - norm + - qed + - thms + - jxir + - srv + - mathbb + - enspace + - callouts + - injective + - Closedness + - vcs -- cgit v1.2.3-54-g00ecf