bunbun-worker/taplo.toml

14 lines
307 B
TOML
Raw Permalink Normal View History

2024-10-24 20:42:40 +02:00
# Sorts `Cargo.toml` dependencies. All other `.toml` files are formatted with the default config.
#
# https://taplo.tamasfe.dev/configuration/file.html#configuration-file
[formatting]
reorder_keys = false
[[rule]]
include = ["**/Cargo.toml"]
keys = ["dependencies"]
[rule.formatting]
reorder_keys = true