0
0
mirror of https://github.com/signalapp/libsignal.git synced 2024-09-19 11:32:17 +02:00
libsignal/.taplo.toml

14 lines
256 B
TOML

include = ["Cargo.toml", "rust/**/*.toml"]
[formatting]
reorder_keys = false
indent_string = ' '
[[rule]]
include = ["**/Cargo.toml"]
keys = ["dependencies", "workspace.dependencies"]
[rule.formatting]
reorder_keys = true
inline_table_expand = false