mirror of
https://github.com/arnaucube/math.git
synced 2026-01-12 17:01:34 +01:00
20 lines
312 B
TOML
20 lines
312 B
TOML
# usage:
|
|
# install `typos`: https://github.com/crate-ci/typos
|
|
# run: typos -c .github/workflows/typos.toml
|
|
|
|
[default.extend-words]
|
|
iddeal = "ideal"
|
|
iddeals = "ideals"
|
|
allpha = "alpha"
|
|
|
|
# strings that are not a typo:
|
|
thm = "thm"
|
|
|
|
# equations stuff
|
|
ba = "ba"
|
|
nd = "nd"
|
|
|
|
# names
|
|
Strang = "Strang"
|
|
Bootle = "Bootle"
|