this post was submitted on 24 Feb 2026
102 points (95.5% liked)
Programmer Humor
41127 readers
141 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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.