Gets or sets how nested sequences are emitted when they appear as items in block sequences.
public YamlSequenceItemStyle BlockSequenceSequenceStyle { get; init; }
The default is Expanded, which keeps nested sequence items on lines following the parent sequence dash.