2024-02-05 17:30:29 +00:00
|
|
|
[files]
|
2024-07-24 06:55:10 +00:00
|
|
|
# Include .github, .cargo, etc.
|
|
|
|
ignore-hidden = false
|
2024-02-05 17:30:29 +00:00
|
|
|
extend-exclude = [
|
2024-07-24 06:55:10 +00:00
|
|
|
'/.git',
|
2024-02-05 17:30:29 +00:00
|
|
|
# spirv-asm isn't real source code
|
2024-04-14 09:28:36 +00:00
|
|
|
'*.spvasm',
|
|
|
|
'etc/big-picture.xml',
|
2024-02-05 17:30:29 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
# 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"
|
|
|
|
|
|
|
|
# Usernames
|
|
|
|
Healthire = "Healthire"
|
|
|
|
REASY = "REASY"
|
2024-04-14 09:28:36 +00:00
|
|
|
|
|
|
|
[type.rust.extend-identifiers]
|
2024-07-24 06:55:10 +00:00
|
|
|
ANDed = "ANDed"
|
2024-04-14 09:28:36 +00:00
|
|
|
D3DCOLORtoUBYTE4 = "D3DCOLORtoUBYTE4"
|
2024-07-24 06:55:10 +00:00
|
|
|
Derivate = "Derivate"
|
|
|
|
inout = "inout"
|
|
|
|
|
|
|
|
[type.wgsl]
|
|
|
|
extend-glob = ["*.wgsl"]
|
|
|
|
|
|
|
|
[type.wgsl.extend-identifiers]
|
|
|
|
pn = "pn"
|
|
|
|
|
|
|
|
[type.yaml.extend-words]
|
|
|
|
dota = "dota"
|