127
TOML
(lemmy.ml)
Post funny things about programming here! (Or just rant about your favourite programming language.)
We just document that this is how you write the config file:
And that seems straightforward enough. Yeah, technically users can opt to use inline tables or raw strings or whatever, but they don't have to.
Configs are often shared, just to explain my reservations with TOML. For my project, I used INI instead.