• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1edition = "2018"
2fn_args_density = "Compressed"
3fn_single_line = true
4match_arm_blocks = false
5match_block_trailing_comma = true
6max_width = 100
7merge_imports = true
8newline_style = "Unix"
9reorder_imports = true
10trailing_comma = "Vertical"
11use_field_init_shorthand = true
12use_try_shorthand = true
13wrap_comments = true
14