blob: f0d9d93fad952a3d337b749076ec97117a452ad9 [file] [log] [blame]
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +01001max_width = 82
2hard_tabs = false
3tab_spaces = 4
4newline_style = "Auto"
5use_small_heuristics = "Default"
6indent_style = "Block"
7wrap_comments = true
8format_code_in_doc_comments = true
9comment_width = 80
10normalize_comments = true
11normalize_doc_attributes = true
12format_strings = false
13format_macro_matchers = false
14format_macro_bodies = true
15empty_item_single_line = true
16struct_lit_single_line = true
17fn_single_line = false
18where_single_line = false
19imports_indent = "Block"
20imports_layout = "Vertical"
Joel Galenson96d408b2021-06-08 17:53:00 -070021imports_granularity = "Item"
Jeff Vander Stoep2bbaf7e2020-12-04 14:00:07 +010022reorder_imports = true
23reorder_modules = true
24reorder_impl_items = true
25type_punctuation_density = "Wide"
26space_before_colon = false
27space_after_colon = true
28spaces_around_ranges = false
29binop_separator = "Back"
30remove_nested_parens = true
31combine_control_expr = true
32overflow_delimited_expr = true
33struct_field_align_threshold = 0
34enum_discrim_align_threshold = 20
35match_arm_blocks = false
36force_multiline_blocks = false
37fn_args_layout = "Compressed"
38brace_style = "SameLineWhere"
39control_brace_style = "AlwaysSameLine"
40trailing_semicolon = true
41trailing_comma = "Vertical"
42match_block_trailing_comma = true
43blank_lines_upper_bound = 1
44blank_lines_lower_bound = 0
45edition = "2018"
46merge_derives = true
47use_try_shorthand = true
48use_field_init_shorthand = true
49force_explicit_abi = false
50condense_wildcard_suffixes = true
51color = "Auto"
52unstable_features = true
53disable_all_formatting = false
54skip_children = false
55hide_parse_errors = false
56error_on_line_overflow = false
57error_on_unformatted = false
58report_todo = "Never"
59report_fixme = "Never"
60ignore = []
61emit_mode = "Files"
62make_backup = false