1
+ # Last Updated Version: 1.8.0
1
2
# array_width - allow use_small_heuristics
2
3
# attr_fn_like_width - allow use_small_heuristics
3
4
binop_separator = " Front"
@@ -25,13 +26,15 @@ force_multiline_blocks = true
25
26
format_code_in_doc_comments = true
26
27
doc_comment_code_block_width = 120
27
28
format_generated_files = false
29
+ # generated_marker_line_search_limit - Allow default
28
30
format_macro_matchers = true
29
31
format_macro_bodies = true
30
32
skip_macro_invocations = []
31
33
format_strings = true
32
34
hard_tabs = true
33
35
hex_literal_case = " Upper"
34
- hide_parse_errors = false
36
+ # hide_parse_errors - Deprecated, see show_parse_errors
37
+ show_parse_errors = true
35
38
ignore = []
36
39
imports_indent = " Block"
37
40
imports_layout = " HorizontalVertical"
@@ -65,6 +68,7 @@ struct_field_align_threshold = 0
65
68
struct_lit_single_line = true
66
69
# struct_lit_width - allow use_small_heuristics
67
70
# struct_variant_width - allow use_small_heuristics
71
+ style_edition = " 2024"
68
72
tab_spaces = 4
69
73
trailing_comma = " Vertical"
70
74
trailing_semicolon = true
@@ -73,6 +77,6 @@ unstable_features = true
73
77
use_field_init_shorthand = true
74
78
use_small_heuristics = " Default"
75
79
use_try_shorthand = true
76
- version = " Two"
80
+ # version = "Two" - Deprecated, see style_edition
77
81
where_single_line = true
78
82
wrap_comments = true
0 commit comments