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