Like A Duck@programming.dev to Experienced Devs@programming.dev · 3 年前What is the best file format for configuration file?message-squaremessage-square47fedilinkarrow-up144file-text
arrow-up144message-squareWhat is the best file format for configuration file?Like A Duck@programming.dev to Experienced Devs@programming.dev · 3 年前message-square47fedilinkfile-text
minus-squarekersplort@programming.devlinkfedilinkarrow-up1·3 年前YAML works better with git than JSON, but so much config work is copy and pasting and YAML is horrible at that. Having something where changing one line doesn’t turn into changing three lines, but you could also copy it off a website would be great.
YAML works better with git than JSON, but so much config work is copy and pasting and YAML is horrible at that.
Having something where changing one line doesn’t turn into changing three lines, but you could also copy it off a website would be great.