forked from torrust/torrust-index
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcspell.json
More file actions
23 lines (23 loc) · 680 Bytes
/
cspell.json
File metadata and controls
23 lines (23 loc) · 680 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/refs/heads/main/cspell.schema.json",
"version": "0.2",
"language": "en,en-GB,en-US",
"dictionaryDefinitions": [
{
"name": "project-words",
"path": "./project-words.txt",
"addWords": true
}
],
"dictionaries": [
"project-words",
"en_US",
"en-gb",
"softwareTerms",
"latex"
], "ignoreRegExpList": [
"/[a-zA-Z0-9_.~%-]+%[0-9A-Fa-f]{2}[a-zA-Z0-9_.~%-]*/g",
"/[\\p{Modifier_Letter}\\p{Nonspacing_Mark}\\u2080-\\u209F\\u2090-\\u209C]+/gu"
],
"words": ["Nonspacing"], "ignorePaths": ["target", "/project-words.txt", ".github/labels.json"]
}