vulkan-tutorial/cspell.json

13 lines
209 B
JSON
Raw Permalink Normal View History

2022-12-02 01:57:16 +00:00
{
"dictionaries": ["custom-words"],
"dictionaryDefinitions": [
{
"name": "custom-words",
"path": "./project-words.txt",
"addWords": true
}
]
}