night-config icon indicating copy to clipboard operation
night-config copied to clipboard

Prettier toml serialization?

Open themg95 opened this issue 4 months ago • 2 comments

I've noticed that in older versions toml is serialized like this:

[category]
option1 = true
option2 = false

but now it's serialized like this:

category = {option1 = true, option2=false}

Is there an option to switch to the older formatting?

themg95 avatar Oct 18 '24 10:10 themg95