pytomlpp icon indicating copy to clipboard operation
pytomlpp copied to clipboard

Is it possible to add options for determining sorting?

Open 17Reset opened this issue 2 years ago • 1 comments

Using pytomlpp to read toml files into python will reformat the toml, which is not very friendly to some key-value pairs that need to be in order.

17Reset avatar Dec 20 '23 09:12 17Reset

key-value pairs that need to be in order

TOML key-value pairs are not required to be ordered in any specific way.

marzer avatar Dec 20 '23 12:12 marzer