circus/.taplo.toml
NotAShelf 6f5ad09748
chore: format formatter files with toml formatter
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I857fd75519bfca8221670598d0ff9d9e6a6a6964
2026-02-28 12:18:19 +03:00

13 lines
263 B
TOML

[formatting]
align_entries = true
column_width = 110
compact_arrays = false
reorder_inline_tables = false
reorder_keys = true
[[rule]]
include = [ "**/Cargo.toml" ]
keys = [ "package" ]
[rule.formatting]
reorder_keys = false