xref: /relibc/rustfmt.toml (revision b8c50c7c6421d1868a95e57ac1553557cb2314b1)
1max_width = 100
2hard_tabs = false
3tab_spaces = 4
4newline_style = "Unix"
5indent_style = "Block"
6format_strings = false
7empty_item_single_line = true
8fn_single_line = false
9where_single_line = false
10imports_indent = "Block"
11imports_layout = "Mixed"
12fn_args_density = "Tall"
13brace_style = "SameLineWhere"
14trailing_comma = "Vertical"
15blank_lines_upper_bound = 1
16blank_lines_lower_bound = 0
17force_explicit_abi = true
18disable_all_formatting = false
19skip_children = false
20hide_parse_errors = false
21report_todo = "Never"
22report_fixme = "Never"
23edition = "2018"
24merge_imports = true
25