Skip to content

Commit fd42c59

Browse files
committed
fix: config
1 parent 650548f commit fd42c59

File tree

1 file changed

+23
-23
lines changed

1 file changed

+23
-23
lines changed

rustfmt.toml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -4,37 +4,37 @@ indent_style = "Block"
44

55
reorder_imports = true
66

7-
blank_lines_upper_bound = 1;
8-
blank_lines_lower_bound = 0;
7+
blank_lines_upper_bound = 1
8+
blank_lines_lower_bound = 0
99

10-
bracket_style = "PreferSameLine";
10+
bracket_style = "PreferSameLine"
1111

12-
fn_args_layout = "Tall";
13-
fn_single_line = false;
12+
fn_args_layout = "Tall"
13+
fn_single_line = false
1414

15-
force_multiline_blocks = true;
15+
force_multiline_blocks = true
1616

17-
format_code_in_doc_comments = true;
17+
format_code_in_doc_comments = true
1818

19-
indent_style = "Block";
20-
inline_attribute_width = 0;
19+
indent_style = "Block"
20+
inline_attribute_width = 0
2121

22-
match_arm_blocks = true;
23-
match_arm_leading_pipes = false;
24-
match_arm_indent = true;
25-
match_arm_trailing_comma = true;
22+
match_arm_blocks = true
23+
match_arm_leading_pipes = false
24+
match_arm_indent = true
25+
match_arm_trailing_comma = true
2626

27-
normalize_comments = true;
28-
remove_nested_parens = true;
27+
normalize_comments = true
28+
remove_nested_parens = true
2929

30-
space_after_colon = true;
31-
space_before_colon = false;
32-
space_around_ranges = true;
30+
space_after_colon = true
31+
space_before_colon = false
32+
space_around_ranges = true
3333

34-
tab_spaces = 4;
35-
trailing_comma = "Never";
36-
trailing_semicolon = true;
34+
tab_spaces = 4
35+
trailing_comma = "Never"
36+
trailing_semicolon = true
3737

38-
where_single_line = false;
38+
where_single_line = false
3939

40-
wrap_comments = true;
40+
wrap_comments = true

0 commit comments

Comments
 (0)