10 lines
263 B
TOML
10 lines
263 B
TOML
max_width = 120
|
|
tab_spaces = 4
|
|
wrap_comments = true
|
|
condense_wildcard_suffixes = true
|
|
format_code_in_doc_comments = true
|
|
newline_style = "Unix"
|
|
normalize_comments = true
|
|
reorder_impl_items = true
|
|
group_imports = "StdExternalCrate"
|
|
use_field_init_shorthand = true
|