What is the best file format for configuration file?

Like A Duck@programming.dev to Technology@lemmy.world – 41 points –

cross-posted from: https://programming.dev/post/1743099

.yaml, .toml, etc?

45

You are viewing a single comment

I hate yaml with a passion. for stuff such as ansible it becomes an uneditable mess (one copy and paste away from destroying the whole file)

luckily, yaml is a superset of json, so you could just write json and feed it through a yaml parser and it'll work

2 more...