-
-
Notifications
You must be signed in to change notification settings - Fork 120
Expand file tree
/
Copy path.cspell.json
More file actions
25 lines (23 loc) · 620 Bytes
/
.cspell.json
File metadata and controls
25 lines (23 loc) · 620 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
{
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
"version": "0.2",
"dictionaries": ["custom-dictionary-workspace"],
"dictionaryDefinitions": [
{
"name": "custom-dictionary-workspace",
"path": "./.cspell/custom-dictionary-workspace.txt",
"addWords": true
}
],
"ignorePaths": [
"**/*.json",
"**/*.yaml",
"**/*_pb2.py",
"**/*.proto",
".gitignore",
],
"import": [
"@cspell/dict-en-gb/cspell-ext.json"
],
"language": "en,en-GB"
}