hrszpuk / odin-ini

:fire: An easy to use and highly customizable INI serialiser/deserialiser for Odin!
MIT License
1 stars 0 forks source link

Ensure all keys and sections are outputted in the same order they are inputted #15

Open hrszpuk opened 7 months ago

hrszpuk commented 7 months ago

This is currently inconsistent.

hrszpuk commented 5 months ago

This could be implemented in the form of an array that stores the list of keys in a config in the order they are read and will be written. This could also be opt-out for people who don't care and want to squeeze performance.