1 2 3 4 5 6 7 8 9 10
# https://rust-lang.github.io/rustfmt group_imports = "StdExternalCrate" imports_granularity = "Crate" normalize_comments = true normalize_doc_attributes = true reorder_impl_items = true use_field_init_shorthand = true use_try_shorthand = true wrap_comments = true