ggen 3.2.0

ggen is a deterministic, language-agnostic code generation framework that treats software artifacts as projections of knowledge graphs.
# Compatibility:
edition = "2021"

# Comments:
# normalize_comments = true  # Requires nightly
# wrap_comments = false     # Requires nightly
# comment_width = 90        # Requires nightly

# Arguments:
use_small_heuristics = "Default"
fn_params_layout = "Compressed"  # Updated from deprecated fn_args_layout
# overflow_delimited_expr = true  # Requires nightly
# where_single_line = true        # Requires nightly

# Misc:
# inline_attribute_width = 80     # Requires nightly
# blank_lines_upper_bound = 2     # Requires nightly
# reorder_impl_items = true       # Requires nightly

# Ignored files:
# ignore = []  # Requires nightly