Skip to content

Commit f770dab

Browse files
committed
Use stable channel
1 parent 182349b commit f770dab

File tree

2 files changed

+1
-48
lines changed

2 files changed

+1
-48
lines changed

rust-toolchain

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
stable

rustfmt.toml

Lines changed: 0 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -2,56 +2,8 @@ max_width = 120
22
hard_tabs = false
33
tab_spaces = 4
44
newline_style = "Unix"
5-
indent_style = "Block"
6-
use_small_heuristics = true
7-
format_strings = false
85
wrap_comments = false
9-
comment_width = 100
106
normalize_comments = false
11-
empty_item_single_line = true
12-
struct_lit_single_line = true
13-
fn_single_line = false
14-
where_single_line = false
15-
imports_indent = "Visual"
16-
imports_layout = "Mixed"
17-
reorder_extern_crates = true
18-
reorder_extern_crates_in_group = true
19-
reorder_imports = true
20-
reorder_imports_in_group = true
21-
reorder_imported_names = true
22-
reorder_modules = true
23-
binop_separator = "Front"
24-
type_punctuation_density = "Wide"
25-
space_before_colon = false
26-
space_after_colon = true
27-
spaces_around_ranges = false
28-
spaces_within_parens_and_brackets = false
29-
combine_control_expr = true
30-
struct_field_align_threshold = 0
31-
remove_blank_lines_at_start_or_end_of_block = true
32-
match_arm_blocks = true
33-
force_multiline_blocks = false
34-
fn_args_density = "Tall"
35-
brace_style = "SameLineWhere"
36-
control_brace_style = "AlwaysSameLine"
37-
trailing_comma = "Vertical"
38-
trailing_semicolon = true
39-
match_block_trailing_comma = false
40-
blank_lines_upper_bound = 1
41-
blank_lines_lower_bound = 0
427
merge_derives = true
43-
use_try_shorthand = false
44-
condense_wildcard_suffixes = false
458
force_explicit_abi = true
46-
use_field_init_shorthand = false
47-
write_mode = "Overwrite"
48-
color = "Auto"
499
unstable_features = false
50-
disable_all_formatting = false
51-
skip_children = false
52-
hide_parse_errors = false
53-
error_on_line_overflow = true
54-
error_on_unformatted = false
55-
report_todo = "Never"
56-
report_fixme = "Never"
57-
ignore = []

0 commit comments

Comments
 (0)