csharp
public enum YamlScalarStyleHow a scalar 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 (6)
AnyLet the emitter decide. What new content gets.
PlainNo quotes: Srgb.
SingleQuotedSingle quotes: '2048'.
DoubleQuotedDouble quotes, with escapes: "a\nb".
LiteralA literal block, newlines kept: |.
FoldedA folded block, newlines joined: >.
Used by (20)
- MathScalarsVixen.Core.Yaml
- MetaMigrationChainVixen.Core.Yaml
- MetaTestsVixen.Core.Yaml.Tests
- ReadStateVixen.Core.Yaml
- RoundTripTestsVixen.Core.Yaml.Tests
- YamlDialectTestsVixen.Core.Yaml.Tests
- YamlScalarVixen.Core.Yaml
- YamlScalarConverterVixen.Core.Yaml
- YamlScalarConvertersVixen.Core.Yaml
- YamlSerializerVixen.Core.Yaml
- YamlWriterVixen.Core.Yaml
- AssetDatabaseVixen.Editor.Core
- EditorApplicationVixen.Editor.App
- ImportPipelineVixen.Editor.Assets
- ImportPipelineTestsVixen.Editor.Assets.Tests
- KeyMapVixen.Editor.Ui
- KeyMapPresetVixen.Editor.Ui
- ProjectHistoryVixen.Editor.App
- SceneScalarsVixen.Editor.Core
- StringCatalogVixen.Editor.Ui