when the serializer does "push and indent" for entering mapping/sequence, there is always a newline inserted see code, which leads to extra blank lines.
e.g. Map("foo" -> Seq(Map("bar" -> 123))).asYaml
Output
Expectation
It would be nice to avoid the extra blank line specifically when the first entry of a sequence is a mapping. (it is fine for scalar values)
perhaps this could be configurable if there is a possibility of conflict