IndentSequences Property
Definition
- Namespace
- Codebelt.Extensions.YamlDotNet
- Assemblies
- Codebelt.Extensions.YamlDotNet.dll
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
trueto indent sequences/arrays in the generated YAML; otherwise,false.