mirror of
https://github.com/NotAShelf/mpvrc.git
synced 2026-04-15 15:33:47 +00:00
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I2d8a6b6f056aeb8eebd2e10847dfd7076a6a6964
14 lines
293 B
TOML
14 lines
293 B
TOML
#:tombi schema.strict = false
|
|
[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
|