blob: 2361c9d479b29518d1df94cac058129274cb98ba [file] [log] [blame]
Joel Galenson7cfb4172021-09-28 09:40:25 -07001# Requires nightly to do proper formatting.
2use_small_heuristics = "Off"
3use_field_init_shorthand = true
4trailing_semicolon = true
5newline_style = "Unix"
6match_block_trailing_comma = true
7empty_item_single_line = false
8enum_discrim_align_threshold = 40
9fn_args_layout = "Tall"
10fn_single_line = false
11format_macro_matchers = true
12format_macro_bodies = true
13imports_indent = "Block"
14imports_layout = "HorizontalVertical"
15indent_style = "Block"
16match_arm_blocks = true