37 lines
997 B
TOML
37 lines
997 B
TOML
|
binop_separator = "Front"
|
||
|
brace_style = "SameLineWhere"
|
||
|
combine_control_expr = false
|
||
|
condense_wildcard_suffixes = true
|
||
|
control_brace_style = "AlwaysSameLine"
|
||
|
empty_item_single_line = true
|
||
|
error_on_line_overflow = true
|
||
|
fn_single_line = true
|
||
|
force_multiline_blocks = false
|
||
|
format_code_in_doc_comments = true
|
||
|
format_generated_files = false
|
||
|
format_strings = true
|
||
|
hard_tabs = true
|
||
|
imports_indent = "Block"
|
||
|
imports_layout = "HorizontalVertical"
|
||
|
indent_style = "Block"
|
||
|
match_arm_blocks = false
|
||
|
max_width = 90
|
||
|
imports_granularity = "Crate"
|
||
|
newline_style = "Unix"
|
||
|
normalize_comments = true
|
||
|
normalize_doc_attributes = true
|
||
|
overflow_delimited_expr = true
|
||
|
reorder_impl_items = true
|
||
|
group_imports = "StdExternalCrate"
|
||
|
reorder_modules = true
|
||
|
space_after_colon = true
|
||
|
space_before_colon = false
|
||
|
spaces_around_ranges = false
|
||
|
trailing_comma = "Never"
|
||
|
trailing_semicolon = true
|
||
|
use_field_init_shorthand = true
|
||
|
use_small_heuristics = "Default"
|
||
|
use_try_shorthand = true
|
||
|
where_single_line = false
|
||
|
wrap_comments = true
|