So what's the HN consensus on the best format for config files? Is it TOML as the author seems to prefer at the end?
(More recently, I've come around to prefer plain environment variables for configuration, but that only works nicely when the amount of configuration is fairly limited, say 20 values instead of 1000 values.)
For my own use, I do prefer TOML.