1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
max_width = 90 newline_style = "Unix" use_field_init_shorthand = true unstable_features = true combine_control_expr = false condense_wildcard_suffixes = true error_on_line_overflow = true error_on_unformatted = true format_strings = true imports_layout = "HorizontalVertical" imports_granularity = "Module" group_imports = "StdExternalCrate" wrap_comments = true trailing_comma = "Never" brace_style = "AlwaysNextLine" report_fixme = "Always" report_todo = "Always"