summaryrefslogtreecommitdiff
path: root/typos.toml
blob: 4f44aea6d46652cb79df13c2f4f136acb91df6a9 (plain)
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
[files]
extend-exclude = [
    ".git/",
    "crates/nu-cmd-extra/assets/228_themes.json",
    "tests/fixtures/formats/",
]
ignore-hidden = false

[default]
extend-ignore-re = [
    "Plasticos Rival",
    "│ in_custom_valu │",
    "│ ine │",
    ":es\\|ful\\(",
    "\\\\u\\{e7ba\\}",
    "([0-9a-f][0-9a-f] ){4}",
    "--find ba\\b",
    "0x\\[ba be\\]",
    "\\)BaR'",
    "fo�.txt",
]

[type.rust.extend-words]
nd = "nd"
numer = "numer"
styl = "styl"

[default.extend-identifiers]
ratatui = "ratatui"