1 2 3 4 5 6 7 8 9 10 11 12
indent_style = "Block" reorder_imports = false group_imports = "StdExternalCrate" tab_spaces = 4 enum_discrim_align_threshold = 20 struct_field_align_threshold = 20 comment_width = 60 max_width = 100 use_field_init_shorthand = true