Skip to content

Commit ea4d9a6

Browse files
committed
fix(.rustfmt.toml): update max_width to 120
1 parent d165c73 commit ea4d9a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.rustfmt.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
edition = "2024"
22
newline_style = "Unix"
33

4-
max_width = 110
4+
max_width = 120
55

66
fn_params_layout = "Tall"
77
fn_call_width = 100

0 commit comments

Comments
 (0)