▲ 33 ▼ What is the best file format for configuration file? (programming.dev) submitted 3 years ago by likeaduck@programming.dev to c/technology@lemmy.ml 46 comments fedilink hide all child comments cross-posted from: https://programming.dev/post/1743099 .yaml, .toml, etc?
[–] GissaMittJobb@lemmy.ml 2 points 3 years ago Check out the spec sometime. It's basically ini with some stuff added on top. It's quite nice when you need something that parses into some kind of map, while being human readable. permalink fedilink source parent