1 2 3 4 5
# Rust formatting configuration edition = "2021" max_width = 100 use_field_init_shorthand = true use_try_shorthand = true