Hacker News new | ask | show | jobs
by tgv 2079 days ago
Very YAML. I checked the example, and the difference is that YAML places the > following the attribute name, and this format places it before the text.

BTW, I happen to like YAML as a configuration format. It's much more readable than JSON. It's not that suitable for serialization, and probably shouldn't be used to create huge config files, but for the rest, it's as good as it gets.