File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change
1
+ edition = " 2018"
2
+ array_width = 100
3
+ chain_width = 60
4
+ fn_call_width = 100
5
+ max_width = 120
6
+ brace_style = " AlwaysNextLine"
7
+ control_brace_style = " AlwaysSameLine"
8
+ fn_params_layout = " Compressed" # ?
9
+ format_macro_bodies = false
10
+ imports_granularity = " Preserve"
11
+ imports_indent = " Block"
12
+ imports_layout = " HorizontalVertical"
13
+ inline_attribute_width = 0
14
+ indent_style = " Block"
15
+ match_arm_blocks = false
16
+ match_arm_leading_pipes = " Preserve"
17
+ merge_derives = false
18
+ overflow_delimited_expr = true
19
+ reorder_modules = false # impacts rustdoc order
20
+ short_array_element_width_threshold = 32
21
+ skip_macro_invocations = [" *" ]
22
+ unstable_features = true
23
+ where_single_line = true
24
+
25
+ # ignored files
26
+ ignore = []
You can’t perform that action at this time.
0 commit comments