• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1max_width = 100
2hard_tabs = false
3tab_spaces = 4
4use_small_heuristics = "Default"
5fn_call_width = 60
6attr_fn_like_width = 70
7struct_lit_width = 18
8struct_variant_width = 35
9array_width = 60
10chain_width = 60
11single_line_if_else_max_width = 80
12reorder_imports = true
13reorder_modules = true
14remove_nested_parens = true
15edition = "2021"
16merge_derives = true
17use_try_shorthand = false
18use_field_init_shorthand = false
19