Skip to content

Commit fc7cf66

Browse files
2nd pass of the fuzzer, just trimming line width to 80 + update rustfmt configs.
1 parent 367d2eb commit fc7cf66

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+26235
-5061
lines changed

fuzz/rustfmt.toml

+1-1
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 = 80
55

66
# Default
77
edition = "2015"

0 commit comments

Comments
 (0)