Skip to documentation
SLOP

tiny.pretty.LayoutOptions

Reference tiny.pretty LayoutOptions

Defined in tiny.pretty.

API (3)

Fields and members

Public fields and members.

No direct callersNo direct callstiny.prettyLayoutOptions
Static calls · unresolved targets: unknown · external targets: unknown.

Source

Source: lib/pretty/core/src/types.zig:3

zig
pub const LayoutOptions = struct {    width: usize = default_width,    indent_step: usize = 2,    color: ColorMode = .none,};

Source: lib/pretty/core/src/root.zig:110

zig
pub const LayoutOptions = types.LayoutOptions;

Audit

Definitions1
Public names1
Members3
Version26.7.0
Revisiondaab053ee433