use_small_heuristics = "max"
max_width = 120
tab_spaces = 3
use_field_init_shorthand = true
imports_granularity = "Crate"
group_imports = "StdExternalCrate"
reorder_imports = true
wrap_comments = true
comment_width = 100
format_macro_matchers = true
normalize_doc_attributes = true
merge_derives = true
blank_lines_upper_bound = 1
newline_style = "Unix"
trailing_comma = "never"