summaryrefslogtreecommitdiffstats
path: root/rustfmt.toml
blob: 798864da9b68fc9c8de2cd61f99c08b9e35f8c50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
reorder_imports = true
reorder_modules = true
merge_derives = true
fn_params_layout = "Compressed"
use_field_init_shorthand = true
tab_spaces = 4
max_width = 100

# Unstable options, disabled by default.
# group_imports = "StdExternalCrate"
# wrap_comments = true
# format_code_in_doc_comments = true