1
0
mirror of https://github.com/tensorchord/pgvecto.rs.git synced 2025-04-18 21:44:00 +03:00
pgvecto.rs/.taplo.toml
usamoi afe2b65d9a
feat: synchronous remote index dropping (#414)
* 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>
2024-03-13 06:35:20 +00:00

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