Gets or sets how mappings are emitted when they appear as items in block sequences.
public YamlSequenceItemStyle BlockSequenceMappingStyle { get; init; }
The default is Compact, which emits the first mapping key on the same line as the sequence dash when possible.