lancelot/.rustfmt.toml
2021-02-09 10:49:01 -07:00

8 lines
216 B
TOML

enum_discrim_align_threshold = 20
struct_field_align_threshold = 20
max_width = 120
imports_granularity = "Crate"
newline_style = "Unix"
reorder_impl_items = true
use_field_init_shorthand = true
wrap_comments = true