| 123456789101112131415161718 | # https://rust-lang.github.io/rustfmt/?version=master&search=max_width = 120tab_spaces = 4fn_single_line = truematch_block_trailing_comma = truenormalize_comments = truewrap_comments = trueuse_field_init_shorthand = trueuse_try_shorthand = truenormalize_doc_attributes = truereport_todo = "Never"report_fixme = "Always"imports_layout = "HorizontalVertical"imports_granularity = "Crate"reorder_modules = truereorder_imports = trueenum_discrim_align_threshold = 20edition = "2018"
 |