Like A Duck to Technology@lemmy.ml • 2 years agoWhat is the best file format for configuration file?message-square46fedilinkarrow-up135arrow-down12
arrow-up133arrow-down1message-squareWhat is the best file format for configuration file?Like A Duck to Technology@lemmy.ml • 2 years agomessage-square46fedilink
minus-squarePapamousselinkfedilinkEnglish5•2 years agoI’d say a file that you can open with a simple text editor is convenient, so it can be a simple .conf/.ini, more complex are .xml/.yaml that you can still edit in vim/nano but can be cumbersome. But as others say, it all depends on your app…
minus-square@notthebees@reddthat.comlinkfedilink2•2 years agoToml is about the same as ini files at least with what I’ve worked with
I’d say a file that you can open with a simple text editor is convenient, so it can be a simple .conf/.ini, more complex are .xml/.yaml that you can still edit in vim/nano but can be cumbersome.
But as others say, it all depends on your app…
Toml is about the same as ini files at least with what I’ve worked with