mirror of
https://github.com/mountain-loop/yaak.git
synced 2025-12-23 14:39:17 -05:00
9 lines
140 B
TOML
9 lines
140 B
TOML
edition = "2024"
|
|
|
|
# Widths
|
|
chain_width = 100
|
|
max_width = 100
|
|
single_line_if_else_max_width = 100
|
|
fn_call_width = 100
|
|
struct_lit_width = 100
|