Specifies how arrays of tables are emitted.
public enum TomlTableArrayStyle
kind:method, kind:property, kind:ctor. Press Esc to clear.HeadersEmit arrays of tables using headers ([[a]] style).InlineArrayOfTablesEmit arrays of tables as an inline array of inline tables (a = [{...}, {...}]).