blob: a9ae3c49bd5769ce5e920022bf9665cc51ab449a [file] [log] [blame]
Jeff Vander Stoep10c89c52020-12-04 12:38:08 +01001edition = "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