Like A Duck@programming.dev to Technology@lemmy.ml · 2 years agoWhat is the best file format for configuration file?message-squaremessage-square48fedilinkarrow-up135arrow-down12file-text
arrow-up133arrow-down1message-squareWhat is the best file format for configuration file?Like A Duck@programming.dev to Technology@lemmy.ml · 2 years agomessage-square48fedilinkfile-text
minus-squareexu@feditown.comlinkfedilinkEnglisharrow-up3·2 years agoYAML is fine if you use a formatter. JSON’s ok to read but a pain to write imo. INI if it’s simple.
YAML is fine if you use a formatter. JSON’s ok to read but a pain to write imo. INI if it’s simple.