mirror of
https://forgejo.ellis.link/continuwuation/continuwuity/
synced 2026-03-29 08:29:54 +00:00
7 lines
424 B
TOML
7 lines
424 B
TOML
[formatting]
|
|
align_entries = true # Align entries vertically. Entries that have table headers, comments, or blank lines between them are not aligned.
|
|
|
|
reorder_arrays = true # Alphabetically reorder array values that are not separated by blank lines.
|
|
reorder_inline_tables = true # Alphabetically reorder inline tables.
|
|
reorder_keys = true # Alphabetically reorder keys that are not separated by blank lines.
|