What is the best file format for configuration file? Like A Duck ( @likeaduck@programming.dev ) Experienced Devs@programming.dev • 1 year ago message-square28fedilinkarrow-up132
arrow-up132message-squareWhat is the best file format for configuration file? Like A Duck ( @likeaduck@programming.dev ) Experienced Devs@programming.dev • 1 year ago message-square28fedilink
minus-square Andy ( @Andy@programming.dev ) linkfedilink7•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.