Skip to content

Commit 3d9db8a

Browse files
rustfmt: update configs for max 120-char line width
1 parent ced2fd3 commit 3d9db8a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fuzz/rustfmt.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Non-default stable features
22
hard_tabs = true # use tab characters for indentation, spaces for alignment
33
use_field_init_shorthand = true
4-
max_width = 5000 # Initially set this to a big number to split the diff of the formatter into multiple commits.
4+
max_width = 120
55

66
# Non-default unstable features
77
unstable_features = true

rustfmt.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Non-default stable features
22
hard_tabs = true # use tab characters for indentation, spaces for alignment
33
use_field_init_shorthand = true
4-
max_width = 5000 # Initially set this to a big number to split the diff of the formatter into multiple commits.
4+
max_width = 120
55

66
# Non-default unstable features
77
unstable_features = true

0 commit comments

Comments
 (0)