summary refs log tree commit diff
path: root/.rustfmt.toml
blob: 3a60dda9d7fa1067524d4daf6b0cbfe71a1b9956 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
edition = "2021"

format_code_in_doc_comments = true
format_strings = true
group_imports = "StdExternalCrate"
hard_tabs = true
hex_literal_case = "Upper"
imports_granularity = "Crate"
reorder_impl_items = true
reorder_modules = true
use_field_init_shorthand = true
use_try_shorthand = true
wrap_comments = true