▲ 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?
[–] Andy@programming.dev 1 point 3 years ago https://nestedtext.org/ It’s like yaml but simple, consistent, untyped, and you never need to escape any characters, ever. Types and validation aren’t going to be great unless they’re in the actual code anyway. permalink fedilink source