Like A Duck@programming.dev to Technology@lemmy.ml · 2 years agoWhat is the best file format for configuration file?message-squaremessage-square9fedilinkarrow-up12arrow-down10file-text
arrow-up12arrow-down1message-squareWhat is the best file format for configuration file?Like A Duck@programming.dev to Technology@lemmy.ml · 2 years agomessage-square9fedilinkfile-text
minus-squarePapamousse@beehaw.orglinkfedilinkEnglisharrow-up1·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…
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…