mirror of
https://github.com/tensorchord/pgvecto.rs.git
synced 2025-04-18 21:44:00 +03:00
* feat: synchronous remote index dropping Signed-off-by: usamoi <usamoi@outlook.com> * fix: comments Signed-off-by: usamoi <usamoi@outlook.com> --------- Signed-off-by: usamoi <usamoi@outlook.com>
15 lines
286 B
TOML
15 lines
286 B
TOML
formatting.indent_string = " "
|
|
|
|
[[rule]]
|
|
include = ["**/Cargo.toml"]
|
|
keys = [
|
|
"dependencies",
|
|
"dev-dependencies",
|
|
"lints",
|
|
"target.*.dependencies",
|
|
"workspace.dependencies",
|
|
"workspace.lints",
|
|
]
|
|
formatting.reorder_arrays = true
|
|
formatting.reorder_keys = true
|