vulkan-tutorial/cspell.json
2022-12-02 02:57:16 +01:00

13 lines
209 B
JSON

{
"dictionaries": ["custom-words"],
"dictionaryDefinitions": [
{
"name": "custom-words",
"path": "./project-words.txt",
"addWords": true
}
]
}