wgpu/typos.toml
dependabot[bot] 1fbf53fbd1
chore(deps): bump crate-ci/typos from 1.27.3 to 1.28.1 (#6637)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Connor Fitzgerald <connorwadefitzgerald@gmail.com>
2024-12-03 10:25:06 +01:00

39 lines
831 B
TOML

[files]
# Include .github, .cargo, etc.
ignore-hidden = false
extend-exclude = [
'/.git',
# spirv-asm isn't real source code
'*.spvasm',
'etc/big-picture.xml',
]
# Corrections take the form of a key/value pair. The key is the incorrect word
# and the value is the correct word. If the key and value are the same, the
# word is treated as always correct. If the value is an empty string, the word
# is treated as always incorrect.
[default.extend-words]
# Things that aren't typos
lod = "lod"
metalness = "metalness"
# Usernames
Healthire = "Healthire"
REASY = "REASY"
[type.rust.extend-identifiers]
ANDed = "ANDed"
D3DCOLORtoUBYTE4 = "D3DCOLORtoUBYTE4"
Derivate = "Derivate"
inout = "inout"
[type.wgsl]
extend-glob = ["*.wgsl"]
[type.wgsl.extend-identifiers]
pn = "pn"
[type.yaml.extend-words]
dota = "dota"