max_width = 100
format_code_in_doc_comments = true
fn_single_line = true
format_macro_matchers = true
format_strings = true
merge_derives = false
imports_granularity = "Module"
overflow_delimited_expr = true
group_imports = "StdExternalCrate"
use_field_init_shorthand = true
use_try_shorthand = true
wrap_comments = true
comment_width = 100
use_small_heuristics = "Max"
unstable_features = true
license_template_path = "license_header.txt"