Table of Contents

IndentSequences Property

Definition

Namespace
Codebelt.Extensions.YamlDotNet
Assemblies
Codebelt.Extensions.YamlDotNet.dll
Source
src/Codebelt.Extensions.YamlDotNet/YamlSerializerOptions.cs

IndentSequences

Gets or sets a value indicating whether to indent sequences/arrays in the generated YAML. The default value is true.

public bool IndentSequences { get; set; }

Property Value

bool

true to indent sequences/arrays in the generated YAML; otherwise, false.