mirror of
https://github.com/tensorchord/pgvecto.rs.git
synced 2025-04-18 21:44:00 +03:00
15 lines
181 B
TOML
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"]
|