Like A Duck@programming.dev to Technology@lemmy.ml · 1 year agoWhat is the best file format for configuration file?message-squaremessage-square36fedilinkarrow-up131arrow-down12file-text
arrow-up129arrow-down1message-squareWhat is the best file format for configuration file?Like A Duck@programming.dev to Technology@lemmy.ml · 1 year agomessage-square36fedilinkfile-text
minus-squaresugar_in_your_tealinkfedilinkarrow-up6·1 year agoThat’s why I like TOML. It’s basically INI, but it has more structural features if you need them. Most of the TOML files I use look just like ini files.
That’s why I like TOML. It’s basically INI, but it has more structural features if you need them. Most of the TOML files I use look just like ini files.