|ConstructablePluginInterface>|null */ public ?array $plugins = []; public int $maxDepth = 6; public bool $displayCalledFrom = true; public bool $expanded = false; /* |-------------------------------------------------------------------------- | RichRenderer Settings |-------------------------------------------------------------------------- */ public string $richTheme = 'aante-light.css'; public bool $richFolder = false; public int $richSort = AbstractRenderer::SORT_FULL; /** * @var array>|null */ public ?array $richObjectPlugins = []; /** * @var array>|null */ public ?array $richTabPlugins = []; /* |-------------------------------------------------------------------------- | CLI Settings |-------------------------------------------------------------------------- */ public bool $cliColors = true; public bool $cliForceUTF8 = false; public bool $cliDetectWidth = true; public int $cliMinWidth = 40; }