mirror of
https://github.com/RGBCube/superfreq
synced 2025-07-31 19:07:47 +00:00
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
|