mirror of
https://github.com/NotAShelf/microfetch.git
synced 2025-11-25 16:52:50 +00:00
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I917d66d2af199b96f84aa50071a0ccd56a6a6964
13 lines
262 B
TOML
13 lines
262 B
TOML
[formatting]
|
|
align_entries = true
|
|
column_width = 100
|
|
compact_arrays = false
|
|
reorder_inline_tables = true
|
|
reorder_keys = true
|
|
|
|
[[rule]]
|
|
include = [ "**/Cargo.toml" ]
|
|
keys = [ "package" ]
|
|
|
|
[rule.formatting]
|
|
reorder_keys = false
|