csharp
public enum YamlCollectionStyleHow 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)
AnyLet the emitter decide: flow if it is small and entirely scalar, block otherwise.
BlockOne entry per line, indented.
FlowOn 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