forked from scmbreeze/scm_breeze
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.cspell.json
More file actions
33 lines (33 loc) · 704 Bytes
/
Copy path.cspell.json
File metadata and controls
33 lines (33 loc) · 704 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"ignorePaths": ["support/shunit2"],
"overrides": [
{
"filename": "test/**/**",
"dictionaries": ["bash"]
},
{
"filename": "README.md",
"words": ["istra"]
}
],
"ignoreRegExpList": [],
"useGitignore": true,
"dictionaryDefinitions": [
{
"name": "project-words",
"path": "./.cspell/project-words.txt",
"addWords": true
},
{
"name": "org-user-words",
"path": "./.cspell/org-user-words.txt",
"addWords": true
},
{
"name": "lockfile-words",
"path": "./.cspell/lockfile-words.txt",
"addWords": false
}
],
"dictionaries": ["project-words", "org-user-words", "lockfile-words"]
}