1
0
mirror of https://github.com/tensorchord/pgvecto.rs.git synced 2025-04-18 21:44:00 +03:00
pgvecto.rs/.typos.toml
usamoi 86bbed2bff
chore: update pgrx to v0.12.1 (#567)
Signed-off-by: usamoi <usamoi@outlook.com>
2024-08-22 04:54:33 +00:00

15 lines
181 B
TOML

[default.extend-words]
ND = "ND"
DUR = "DUR"
ANS = "ANS"
RABIT = "RABIT"
[default]
extend-ignore-re = [
# Latex formula
"\\$.+?\\$",
]
[files]
extend-exclude = ["vendor"]