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
Hello, would it be possible to add an option for pretty printed/indented output?
So we can have:
[[fruit]]
name = "apple"
[fruit.physical]
color = "red"shape = "round"
[[fruit.variety]]
name = "red delicious"
[[fruit.variety]]
name = "granny smith"
[[fruit]]
name = "banana"
[[fruit.variety]]
name = "plantain"
instead of:
[[fruit]]
name = "apple"
[fruit.physical]
color = "red"shape = "round"
[[fruit.variety]]
name = "red delicious"
[[fruit.variety]]
name = "granny smith"
[[fruit]]
name = "banana"
[[fruit.variety]]
name = "plantain"
The text was updated successfully, but these errors were encountered:
Hello, would it be possible to add an option for pretty printed/indented output?
So we can have:
instead of:
The text was updated successfully, but these errors were encountered: