We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a8e603 commit 0966b53Copy full SHA for 0966b53
2 files changed
cspell.config.yaml
cspell.json
@@ -0,0 +1,35 @@
1
+{
2
+ "$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
3
+ "version": "0.2",
4
+ "dictionaryDefinitions": [
5
+ {
6
+ "name": "project-words",
7
+ "path": "./cspell_dicts/cspell_dict.txt",
8
+ "addWords": true
9
+ },
10
11
12
+ "path": "./cspell_dicts/maintainers_dict.txt",
13
14
15
16
17
+ "path": "./cspell_dicts/layouts_dict.txt",
18
19
20
+ ],
21
+ "dictionaries": [
22
+ "project-words",
23
+ "maintainers",
24
+ "layouts",
25
26
+ "ignorePaths": [
27
+ "build*",
28
+ "third_party/**",
29
+ "/.cspell_dict.txt",
30
+ "*.ipynb",
31
+ "*.sh",
32
+ "*.json",
33
+ "*synset*",
34
+ ]
35
+}
0 commit comments