1 2 3 4 5 6
# Keep formatting deterministic across contributors. edition = "2021" max_width = 100 use_field_init_shorthand = true use_try_shorthand = true newline_style = "Unix"