28 lines
670 B
TOML
28 lines
670 B
TOML
array_width = 80
|
|
chain_width = 60
|
|
comment_width = 80
|
|
condense_wildcard_suffixes = true
|
|
edition = "2021"
|
|
fn_call_width = 80
|
|
fn_params_layout = "Compressed"
|
|
fn_single_line = true
|
|
format_code_in_doc_comments = true
|
|
format_macro_bodies = true
|
|
format_macro_matchers = true
|
|
format_strings = true
|
|
group_imports = "StdExternalCrate"
|
|
hard_tabs = true
|
|
hex_literal_case = "Upper"
|
|
imports_granularity = "Crate"
|
|
match_block_trailing_comma = true
|
|
max_width = 120
|
|
newline_style = "Unix"
|
|
normalize_comments = false
|
|
reorder_impl_items = true
|
|
reorder_imports = true
|
|
tab_spaces = 4
|
|
use_field_init_shorthand = true
|
|
use_small_heuristics = "Off"
|
|
use_try_shorthand = true
|
|
wrap_comments = true
|