Like A Duck@programming.dev to Technology@lemmy.worldEnglish · 1 year agoWhat is the best file format for configuration file?message-squaremessage-square44fedilinkarrow-up143arrow-down12file-text
arrow-up141arrow-down1message-squareWhat is the best file format for configuration file?Like A Duck@programming.dev to Technology@lemmy.worldEnglish · 1 year agomessage-square44fedilinkfile-text
minus-squareAndy@programming.devlinkfedilinkEnglisharrow-up1·1 year agohttps://nestedtext.org/ It’s like yaml but simple, consistent, untyped, and you never need to escape any characters, ever. Types and validation aren’t going to be great unless they’re in the actual code anyway.
https://nestedtext.org/
It’s like yaml but simple, consistent, untyped, and you never need to escape any characters, ever.
Types and validation aren’t going to be great unless they’re in the actual code anyway.