-
-
Notifications
You must be signed in to change notification settings - Fork 167
Reorder sections #851
Copy link
Copy link
Open
Description
With this file:
[b]
key = 1
[a]
key = 1Run taplo format -o reorder_keys=true -o reorder_arrays=true -o reorder_inline_tables=true example.toml, and nothing will change.
This is a request for a new -o reorder_sections=true to have sections sorted alphabetically. So it would become:
[a]
key = 1
[b]
key = 1Thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels