File tree Expand file tree Collapse file tree 1 file changed +29
-1
lines changed Expand file tree Collapse file tree 1 file changed +29
-1
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ # apparently certain perfectly standard code style preferences can only be enforced in nightly >_>
2+ unstable_features = true
3+
4+ hard_tabs = true
5+ brace_style = " AlwaysNextLine"
6+ control_brace_style = " AlwaysNextLine"
7+ fn_params_layout = " Compressed"
8+ fn_single_line = true
9+ format_code_in_doc_comments = true
10+ hex_literal_case = " Upper"
11+ imports_indent = " Visual"
12+ imports_layout = " HorizontalVertical"
13+ match_arm_blocks = false
14+ match_block_trailing_comma = true
15+ max_width = 200
16+ imports_granularity = " Item"
17+ newline_style = " Windows"
18+ normalize_comments = true
19+ normalize_doc_attributes = true
20+ overflow_delimited_expr = true
21+ reorder_impl_items = true
22+ reorder_imports = false
23+ group_imports = " StdExternalCrate"
24+ trailing_comma = " Never"
25+ use_field_init_shorthand = true
26+ use_try_shorthand = true
27+ version = " Two"
28+ where_single_line = true
29+ wrap_comments = true
You can’t perform that action at this time.
0 commit comments