mirror of
https://github.com/toyota-connected/emb_cli.git
synced 2026-03-12 11:52:32 -07:00
0fa8ecea50
Signed-off-by: Joel Winarske <joel.winarske@toyotaconnected.com>
22 lines
665 B
JSON
22 lines
665 B
JSON
{
|
|
"version": "0.2",
|
|
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
|
|
"dictionaries": ["vgv_allowed", "vgv_forbidden"],
|
|
"dictionaryDefinitions": [
|
|
{
|
|
"name": "vgv_allowed",
|
|
"path": "https://raw.githubusercontent.com/verygoodopensource/very_good_dictionaries/main/allowed.txt",
|
|
"description": "Allowed VGV Spellings"
|
|
},
|
|
{
|
|
"name": "vgv_forbidden",
|
|
"path": "https://raw.githubusercontent.com/verygoodopensource/very_good_dictionaries/main/forbidden.txt",
|
|
"description": "Forbidden VGV Spellings"
|
|
}
|
|
],
|
|
"useGitignore": true,
|
|
"words": [
|
|
"Embedder"
|
|
]
|
|
}
|