-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.typos.toml
More file actions
31 lines (23 loc) · 845 Bytes
/
.typos.toml
File metadata and controls
31 lines (23 loc) · 845 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
30
31
[files]
ignore-files = true
extend-exclude = []
[default]
extend-ignore-re = [
# "spellcheck:ignore-line" ignores the current line
"(?Rm)^.*(#|//)\\s*spellcheck:ignore-line$",
# "spellcheck:ignore-next-line" ignores the next line
"(?Rm)^.*(#|//)\\s*spellcheck:ignore-next-line.*?\\n.*?$",
# "spellcheck:ignore-block" ignores all text in the following block (until the first newline)
"(?s)(#|//)\\s*spellcheck:ignore-block(.*?)(?:(?:\\r*\\n){2})",
# ignores any text within "spellcheck:ignore-start" and "spellcheck:ignore-end"
"(?s)(#|//)\\s*spellcheck:ignore-start.*?\\n.*?(#|//)\\s*spellcheck:ignore-end"
]
[default.extend-identifiers]
FlateDecode = "FlateDecode"
[default.extend-words]
# allow ".typ" file extension
typ = "typ"
[type.readme]
extend-glob = ["README.md"]
[type.readme.extend-words]
Elemente = "Elemente"