1
2# Stable
3edition = "2018"
4fn_args_layout = "Compressed"
5max_width = 80
6tab_spaces = 2
7use_field_init_shorthand = true
8use_try_shorthand = true
9use_small_heuristics = "Max"
10
11# Unstable
12format_code_in_doc_comments = true
13wrap_comments = true
14imports_granularity="Crate"
15