Fork of Relibc
1blank_lines_lower_bound = 0
2blank_lines_upper_bound = 1
3brace_style = "SameLineWhere"
4disable_all_formatting = false
5edition = "2024"
6empty_item_single_line = true
7fn_single_line = false
8force_explicit_abi = true
9format_strings = false
10hard_tabs = false
11imports_granularity = "Crate"
12imports_indent = "Block"
13imports_layout = "Mixed"
14indent_style = "Block"
15max_width = 100
16newline_style = "Unix"
17show_parse_errors = true
18skip_children = false
19tab_spaces = 4
20trailing_comma = "Vertical"
21where_single_line = false