Configures string scalar style preferences for TOML serialization.
public sealed record TomlStringStylePreferences : IEquatable<TomlStringStylePreferences>
kind:method, kind:property, kind:ctor. Press Esc to clear.AllowHexEscapesIf true, allow emitting \\xHH escapes for control characters.DefaultStylePreferred default string style.PreferLiteralWhenNoEscapesIf true, prefer literal strings when no escaping is required.