Skip to content

Yzl core yzl renderoptions

Yzl.RenderOptions Type

Namespace: Yzl.Core

Assembly: Yzl.dll

Parent Module: Yzl

Base Type: obj

All Interfaces: IEquatable<RenderOptions>, IStructuralEquatable, IComparable<RenderOptions>, IComparable, IStructuralComparable

YAML rendering options

Record fields

Record Field Description Source
indentSpaces Specifies how many spaces are used as indentation in the output YAML

Default: 2
Link to source code
multiLineRelativeIndent If set to true the indent of multi-line strings is calculated against the parent YAML node and excessive leading spaces get collapsed

Default: true
Link to source code

Static members

Static member Description Source
RenderOptions.Default Default render options

Returns: RenderOptions
Link to source code