Files
n34/.taplo.toml
2025-05-22 08:27:13 +00:00

12 lines
251 B
TOML

exclude = ["target/**/*.toml", "Cargo.lock"]
[formatting]
align_entries = true
indent_tables = true
reorder_keys = false
[[rule]]
include = ["**/Cargo.toml"]
keys = ["dependencies"]
formatting.reorder_keys = true