Like A Duck@programming.dev to Technology@lemmy.worldEnglish · 2 years agoWhat is the best file format for configuration file?message-squaremessage-square24fedilinkarrow-up121arrow-down10file-text
arrow-up121arrow-down1message-squareWhat is the best file format for configuration file?Like A Duck@programming.dev to Technology@lemmy.worldEnglish · 2 years agomessage-square24fedilinkfile-text
minus-squareVeraxus@kbin.sociallinkfedilinkarrow-up6·2 years agoIf you want the file to be directly human readable/editable: TOML YAML If you never need to look at it or edit it manually: JSON
If you want the file to be directly human readable/editable:
If you never need to look at it or edit it manually: