38
rustfmt.toml
38
rustfmt.toml
@@ -1,22 +1,22 @@
|
|||||||
unstable_features = true
|
unstable_features = true
|
||||||
style_edition = "2024"
|
style_edition = "2024"
|
||||||
|
|
||||||
blank_lines_upper_bound = 2
|
blank_lines_upper_bound = 2
|
||||||
combine_control_expr = false
|
combine_control_expr = false
|
||||||
wrap_comments = true
|
wrap_comments = true
|
||||||
condense_wildcard_suffixes = true
|
condense_wildcard_suffixes = true
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
enum_discrim_align_threshold = 20
|
enum_discrim_align_threshold = 20
|
||||||
force_multiline_blocks = true
|
force_multiline_blocks = true
|
||||||
format_code_in_doc_comments = true
|
format_code_in_doc_comments = true
|
||||||
format_generated_files = false
|
format_generated_files = false
|
||||||
format_macro_matchers = true
|
format_macro_matchers = true
|
||||||
format_strings = true
|
format_strings = true
|
||||||
imports_layout = "HorizontalVertical"
|
imports_layout = "HorizontalVertical"
|
||||||
newline_style = "Unix"
|
newline_style = "Unix"
|
||||||
normalize_comments = true
|
normalize_comments = true
|
||||||
reorder_impl_items = true
|
reorder_impl_items = true
|
||||||
group_imports = "StdExternalCrate"
|
group_imports = "StdExternalCrate"
|
||||||
single_line_let_else_max_width = 0
|
single_line_let_else_max_width = 0
|
||||||
struct_field_align_threshold = 20
|
struct_field_align_threshold = 20
|
||||||
use_try_shorthand = true
|
use_try_shorthand = true
|
||||||
|
|||||||
Reference in New Issue
Block a user