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
Instead of multiline being a no-op when used on non-string or non-array, it should be pushed down for the value if it is an array. I think this would match people's expectations, as seen in the discussion.
Discussed in #823
Instead of
multiline
being a no-op when used on non-string or non-array, it should be pushed down for the value if it is an array. I think this would match people's expectations, as seen in the discussion.For a case like this:
it should only make the outer array multiline. Maybe at some point we'll need a different API for those who want more granular control to emit toml.
The text was updated successfully, but these errors were encountered: