-
Notifications
You must be signed in to change notification settings - Fork 1
/
.cspell.json
58 lines (58 loc) · 1.21 KB
/
.cspell.json
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"dictionaries": ["physics", "project"],
"dictionaryDefinitions": [
{
"addWords": true,
"name": "julia",
"path": "./.cspell/julia.txt"
},
{
"addWords": true,
"name": "project",
"path": "./.cspell/project.txt"
},
{
"addWords": true,
"name": "physics",
"path": "./.cspell/physics.txt"
},
{
"addWords": true,
"name": "python",
"path": "./.cspell/python.txt"
}
],
"enableFiletypes": ["julia", "quarto"],
"ignorePaths": [
".cspell.json",
".cspell/*.txt",
".editorconfig",
".github/workflows",
".gitignore",
".pre-commit-config.yaml",
".prettierignore",
".taplo.toml",
".vscode/*.json",
"json_options.jl",
"Manifest.toml",
"models/*.json",
"pixi.lock",
"pixi.toml",
"Project.toml",
"pyproject.toml",
"read_json.jl"
],
"ignoreWords": ["formfactor"],
"language": "en-US",
"languageSettings": [
{
"dictionaries": ["julia", "physics", "project"],
"languageId": ["julia", "quarto", "text"]
},
{
"dictionaries": ["physics", "project", "python"],
"languageId": ["julia", "quarto", "text"]
}
],
"version": "0.2"
}