1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
unstable_features = true group_imports = "StdExternalCrate" imports_granularity = "One" imports_layout = "HorizontalVertical" merge_derives = true reorder_impl_items = false newline_style = "Unix" style_edition = "2024" comment_width = 100 inline_attribute_width = 100 normalize_comments = true wrap_comments = true fn_single_line = false format_strings = true trailing_comma = "Never" hex_literal_case = "Upper" use_small_heuristics = "Max" use_field_init_shorthand = true