Open themg95 opened 1 month ago
It depends on TomlWriter#writeTableInlinePredicate
that you can set with TomlWriter#setWriteTableInlinePredicate
. You can try this to see if it improves the result.
I've tried setting the predicate to just false and to just true but none of them did anything
I've noticed that in older versions toml is serialized like this:
but now it's serialized like this:
Is there an option to switch to the older formatting?