BlockSequenceSequenceStyle Property

Definition

Namespace SharpYaml
Assembly SharpYaml.dll

Gets or sets how nested sequences are emitted when they appear as items in block sequences.

public YamlSequenceItemStyle BlockSequenceSequenceStyle { get; init; }

Returns

Remarks

The default is Expanded, which keeps nested sequence items on lines following the parent sequence dash.