Like A Duck@programming.devcake to Technology@lemmy.ml · 2 年前What is the best file format for configuration file?message-squaremessage-square46fedilinkarrow-up135arrow-down12file-text
arrow-up133arrow-down1message-squareWhat is the best file format for configuration file?Like A Duck@programming.devcake to Technology@lemmy.ml · 2 年前message-square46fedilinkfile-text
minus-squareAndy@programming.devlinkfedilinkarrow-up1·2 年前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.
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.