1+ # Last Updated Version: 1.8.0
12# array_width - allow use_small_heuristics
23# attr_fn_like_width - allow use_small_heuristics
34binop_separator = " Front"
@@ -25,13 +26,15 @@ force_multiline_blocks = true
2526format_code_in_doc_comments = true
2627doc_comment_code_block_width = 120
2728format_generated_files = false
29+ # generated_marker_line_search_limit - Allow default
2830format_macro_matchers = true
2931format_macro_bodies = true
3032skip_macro_invocations = []
3133format_strings = true
3234hard_tabs = true
3335hex_literal_case = " Upper"
34- hide_parse_errors = false
36+ # hide_parse_errors - Deprecated, see show_parse_errors
37+ show_parse_errors = true
3538ignore = []
3639imports_indent = " Block"
3740imports_layout = " HorizontalVertical"
@@ -65,6 +68,7 @@ struct_field_align_threshold = 0
6568struct_lit_single_line = true
6669# struct_lit_width - allow use_small_heuristics
6770# struct_variant_width - allow use_small_heuristics
71+ style_edition = " 2024"
6872tab_spaces = 4
6973trailing_comma = " Vertical"
7074trailing_semicolon = true
@@ -73,6 +77,6 @@ unstable_features = true
7377use_field_init_shorthand = true
7478use_small_heuristics = " Default"
7579use_try_shorthand = true
76- version = " Two"
80+ # version = "Two" - Deprecated, see style_edition
7781where_single_line = true
7882wrap_comments = true
0 commit comments