Hacker News new | ask | show | jobs
by ajuc 439 days ago
YAML: when you wished json made you count spaces to avoid syntax errors

I don't even mind indentation for nesting, but this

    key: value
vs

    key:value
is EVIL.