2024-02-05 17:30:29 +00:00
|
|
|
[files]
|
|
|
|
extend-exclude = [
|
|
|
|
# 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"
|
|
|
|
inout = "inout"
|
|
|
|
derivate = "derivate"
|
|
|
|
implace = "implace"
|
2024-04-14 09:28:36 +00:00
|
|
|
Ded = "Ded" # This shows up in "ANDed"
|
|
|
|
pn = "pn" # used as a normal name in debug-symbol-terrain.wgsl
|
2024-02-05 17:30:29 +00:00
|
|
|
|
|
|
|
# Usernames
|
|
|
|
Healthire = "Healthire"
|
|
|
|
REASY = "REASY"
|
2024-04-14 09:28:36 +00:00
|
|
|
|
|
|
|
[type.rust.extend-identifiers]
|
|
|
|
D3DCOLORtoUBYTE4 = "D3DCOLORtoUBYTE4"
|