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
ModelToTomlTransform sorts primitives above non-primitives, but preserves leading trivia (the newline before authors). I'm unfamiliar with the rationale behind primitive sorting, but I don't know if this is actually a bug.
Considering a simple toml like this:
Loading and saving it with this code cause new line to be inserted at the wrong place
Content of "save.toml" is the following:
note the new line after version and not after authors
The text was updated successfully, but these errors were encountered: