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
@vrom911 That's a nice idea 👍 I'm only thinking about possible UI. What if we don't want all tables to be printed as inline tables? In that case, maybe the pretty-printing settings data type can take a function of type printAsInline :: Key -> Bool, which is const False by default. You can pass const True to print all tables as inline, or elem ["myExample", "anotherExample"] to print only specific keys as inline tables.
I had some issues with understanding the valid specs (opened the issue in TOML), so I think this issue is a bit trickier than it could look. Needs to be done more carefully and tested properly.
Currently it expands all tables into the following table structure:
sometimes it is nicer to have
The text was updated successfully, but these errors were encountered: