chiark / gitweb /
changelog: document further make-release changes
[otter.git] / rustfmt.toml
1 merge_imports = false
2 overflow_delimited_expr = true
3 struct_field_align_threshold = 0
4 tab_spaces = 2
5 unstable_features = true
6 use_field_init_shorthand = true
7
8 # not in our rustfmt it seems:
9 # group_imports = "StdExternalCrate"
10 # preserve_closure_block_wrapping = true
11 # space_around_attr_eq = false