mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2024-11-21 22:34:43 +00:00
07736487d6
* Fix typos and introduce a workflow * Revert vk.xml * Update .typos.toml * fix typos config
15 lines
227 B
TOML
15 lines
227 B
TOML
[files]
|
|
extend-exclude = [
|
|
".git/",
|
|
"vulkano/spirv.core.grammar.json",
|
|
"vulkano/vk.xml",
|
|
]
|
|
ignore-hidden = false
|
|
|
|
[default.extend-words]
|
|
lod = "lod"
|
|
uscaled = "uscaled"
|
|
|
|
[default.extend-identifiers]
|
|
ANDed = "ANDed"
|