mirror of
https://github.com/NotAShelf/stash.git
synced 2026-04-12 22:17:41 +00:00
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I2ecc8923946ace5288a1c45ca202cb956a6a6964
14 lines
264 B
TOML
14 lines
264 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
|
|
|