diff options
Diffstat (limited to 'cspell.json')
-rw-r--r-- | cspell.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/cspell.json b/cspell.json new file mode 100644 index 0000000..7347bce --- /dev/null +++ b/cspell.json @@ -0,0 +1,18 @@ +{ + "version": "0.2", + "ignorePaths": [], + "dictionaryDefinitions": [], + "dictionaries": [], + "words": [ + "endfor", + "gtools", + "nowrap", + "tbody", + "thead" + ], + "ignoreWords": [], + "import": [], + "enableFiletypes": [ + "nunjucks" + ] +} |