egui/.typos.toml

23 lines
655 B
TOML

# https://github.com/crate-ci/typos
# install: cargo install typos-cli
# run: typos
[default.extend-words]
ime = "ime" # Input Method Editor
nknown = "nknown" # part of @55nknown username
ro = "ro" # read-only, also part of the username @Phen-Ro
typ = "typ" # Often used because `type` is a keyword in Rust
# I mistype these so often
tesalator = "tessellator"
teselator = "tessellator"
tessalator = "tessellator"
tesselator = "tessellator"
tesalation = "tessellation"
teselation = "tessellation"
tessalation = "tessellation"
tesselation = "tessellation"
[files]
extend-exclude = ["web_demo/egui_demo_app.js"] # auto-generated