I don't think YAML cares if the first line doesn't start at position 1.
It would make it easier to cut and paste snippets of YAML if you didn't have to worry about uniformly deleting leading whitespace from all the rows.
e.g. I believe the following is valid YAML:
@startyaml
A: B
C: D
E: F
@endyaml
