File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed
Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 11[workspace ]
22members = [" app" , " xtask" ]
33resolver = " 2"
4+
5+ [lints .clippy ]
6+ semicolon_if_nothing_returned = " allow"
Original file line number Diff line number Diff line change 1+ edition = " 2021"
2+ version = " Two"
3+
14newline_style = " Unix"
25indent_style = " Block"
36
47blank_lines_upper_bound = 2
58
69array_width = 80
710chain_width = 80
8- max_width = 100
11+ max_width = 120
12+ fn_call_width = 80
13+ single_line_if_else_max_width = 80
14+ single_line_let_else_max_width = 80
15+ trailing_semicolon = false
916
1017imports_granularity = " Crate"
1118reorder_imports = true
1219group_imports = " StdExternalCrate"
20+ imports_layout = " HorizontalVertical"
1321
1422match_arm_blocks = false
1523match_block_trailing_comma = true
1624
1725use_field_init_shorthand = true
1826reorder_impl_items = true
1927where_single_line = false
28+ fn_single_line = true
29+ force_multiline_blocks = true
30+ condense_wildcard_suffixes = true
31+ overflow_delimited_expr = true
32+
33+ format_strings = true
34+ normalize_doc_attributes = true
35+ wrap_comments = true
You can’t perform that action at this time.
0 commit comments