-
-
Notifications
You must be signed in to change notification settings - Fork 381
Expand file tree
/
Copy pathtypos.toml
More file actions
43 lines (40 loc) · 1.2 KB
/
Copy pathtypos.toml
File metadata and controls
43 lines (40 loc) · 1.2 KB
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
[files]
extend-exclude = [
".git/",
"src/snapshots/fuzz_crash",
"vendor/",
"authors",
"examples/static-site-gen/input/",
"src/build/zig_llvm.h",
"test/snapshots/",
"build.zig.zon",
"build.zig.zon.nix",
"src/cli/darwin/",
"src/backend/llvm/",
"src/backend/dev/object/",
]
[default]
extend-ignore-identifiers-re = [".*_SME_.*"]
extend-ignore-re = [
# Ignore the line after `# spellchecker:ignore-next-line`:
"(#|//)\\s*spellchecker:ignore-next-line\\n.*",
# Ignore blocks between `# spellchecker:off` and `# spellchecker:on`
"(?s)(#|//)\\s*spellchecker:off.*?\\n\\s*(#|//)\\s*spellchecker:on",
]
[default.extend-words]
ACCES = "ACCES" # POSIX/WASI errno name for EACCES
ANF = "ANF" # A-normal form
ba = "ba" # Binop apply
caf = "caf" # Part of the word "café"
clos = "clos" # Closure
ful = "ful" # Suffix, as in "effectful"
rela = "rela" # Relative
SEH = "SEH" # Structured Exception Handling
ser = "ser" # Part of the word "serializing"
sigfault = "sigfault"
typ = "typ" # Common internal abbreviation for type
WRONLY = "WRONLY" # File open mode
[default.extend-identifiers]
CMOVcc = "CMOVcc"
expandMemCpyAsLoop = "expandMemCpyAsLoop"
MemCpyInst = "MemCpyInst"