Add support for OpenWRT
[pulga.git] / rustfmt.toml
blob706822ca79c0a6e1bc26e2f86b9d34e670f9d7bd
1 max_width = 100
2 comment_width = 80
3 merge_imports = true
4 match_block_trailing_comma = true
5 newline_style = "Unix"
6 overflow_delimited_expr = true
7 reorder_impl_items = true
8 use_field_init_shorthand = true
9 edition = "2018"
10 enum_discrim_align_threshold = 12
11 struct_field_align_threshold = 12
13 unstable_features = true
14 format_strings = true
15 wrap_comments = true