Vixen
02b45cc4
csharp
public enum YamlCollectionStyle

How a sequence or mapping was written, and how it should be written back.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (3)

  • Any

    Let the emitter decide: flow if it is small and entirely scalar, block otherwise.

  • Block

    One entry per line, indented.

  • Flow

    On one line, in brackets or braces.

Used by (8)

  • DockGroupNodeVixen.Ui.Controls.Advanced
  • ReadStateVixen.Core.Yaml
  • YamlDialectTestsVixen.Core.Yaml.Tests
  • YamlMappingVixen.Core.Yaml
  • YamlSequenceVixen.Core.Yaml
  • YamlWriterVixen.Core.Yaml
  • EditorApplicationVixen.Editor.App
  • ImportSettingsDocumentVixen.Editor.AssetEditors