You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
separate_groups is only enforced if a custom order is specified via the order option.
It would be nice, if separate_groups used without order would enforce a capsulated order of groups. Every group would be sorted independently (alphabetically by default).
Per default ungrouped properties are sorted alphabetically. If you now insert a blank line the properties are splitted in two groups (as from the view of the editor) and the order has to remain alphabetically for all properties.
The suggestion is, that both property groups are now sorted indepent alphabetically, if the separate_groups option is used without the order option.
But maybe this suggestion should use a new option...
Ah, I see what you mean now. Arbitrary groups with alphabetic ordering enforced within the groups. I don't think this is possible with the current implementation. I'm happy to accept a PR though.
The documentation hints, that
It would be nice, if
separate_groups
used withoutorder
would enforce a capsulated order of groups. Every group would be sorted independently (alphabetically by default).For example this:
would become this:
or this:
The text was updated successfully, but these errors were encountered: