Skip to content

Commit 46d9f5c

Browse files
2nd pass of the fuzzer, just trimming line width to 120 + update rustfmt configs.
1 parent b5d0a52 commit 46d9f5c

34 files changed

+18267
-3269
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-defaults
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
# Default
77
edition = "2015"

0 commit comments

Comments
 (0)