I'm probably biased here, but I strongly prefer YAML for config files. It serializes trivially into JSON if necessary, there are billions of parsing and validation libraries for it, and it's 99999x better than TOML. If you're going to do that, just use INI format.
What do you prefer for config?
YAML, JSON ... something else...?