at main 13 lines 307 B view raw
1# Sorts `Cargo.toml` dependencies. All other `.toml` files are formatted with the default config. 2# 3# https://taplo.tamasfe.dev/configuration/file.html#configuration-file 4 5[formatting] 6reorder_keys = false 7 8[[rule]] 9include = ["**/Cargo.toml"] 10keys = ["dependencies"] 11 12[rule.formatting] 13reorder_keys = true