-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcspell.json
More file actions
29 lines (29 loc) · 785 Bytes
/
cspell.json
File metadata and controls
29 lines (29 loc) · 785 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
26
27
28
29
{
"version": "0.2",
"ignorePaths": [
"./tests/data/*",
"*.toml",
"Makefile",
"*.bat",
"*.egg-info",
"./src/pynxtools_spm/nomad/**/*.json",
"./src/pynxtools_spm/nomad/**/*.yaml",
"./src/pynxtools_spm/nomad/**/*.yaml",
"./src/pynxtools_spm/nomad/**/*.sxm",
"./src/pynxtools_spm/nxformatters/base_formatter.py"
],
"dictionaryDefinitions": [
{
"name": "custom-dictionary",
"path": "./.cspell/custom-dictionary.txt",
"addWords": true
}
],
"import": ["@cspell/dict-scientific-terms-us/cspell-ext.json"],
"dictionaries": ["custom-dictionary", "scientific_terms_US", "python"],
"words": [],
"ignoreWords": [],
"ignoreRegExpList": ["\\bNX\\w*\\b", "https?://[\\S]+"],
"import": [],
"language": "en-US"
}