• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1max_width = 80
2hard_tabs = false
3tab_spaces = 4
4newline_style = "Unix"
5use_small_heuristics = "Default"
6reorder_imports = true
7reorder_modules = true
8remove_nested_parens = true
9fn_args_layout = "Tall"
10edition = "2018"
11merge_derives = true
12use_try_shorthand = false
13use_field_init_shorthand = true
14force_explicit_abi = true
15print_misformatted_file_names = true
16