BlockSequenceMappingStyle Property

Definition

Namespace SharpYaml
Assembly SharpYaml.dll

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

public YamlSequenceItemStyle BlockSequenceMappingStyle { get; init; }

Returns

Remarks

The default is Compact, which emits the first mapping key on the same line as the sequence dash when possible.