15 lines
341 B
TOML
15 lines
341 B
TOML
error_on_line_overflow = true
|
|
|
|
format_code_in_doc_comments = true
|
|
format_macro_bodies = true
|
|
format_macro_matchers = true
|
|
|
|
group_imports = "StdExternalCrate"
|
|
imports_granularity = "Crate"
|
|
reorder_imports = true
|
|
|
|
hex_literal_case = "Upper"
|
|
newline_style = "Unix"
|
|
reorder_impl_items = true
|
|
use_field_init_shorthand = true
|
|
wrap_comments = true
|