Skip to content

Commit

Permalink
2nd pass of the fuzzer, just trimming line width to 80 + update rustf…
Browse files Browse the repository at this point in the history
…mt configs.
  • Loading branch information
valentinewallace committed Dec 20, 2019
1 parent 367d2eb commit fc7cf66
Show file tree
Hide file tree
Showing 41 changed files with 26,235 additions and 5,061 deletions.
2 changes: 1 addition & 1 deletion fuzz/rustfmt.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Non-defaults
hard_tabs = true # use tab characters for indentation, spaces for alignment
use_field_init_shorthand = true
max_width = 5000 # Initially set this to a big number to split the diff of the formatter into multiple commits.
max_width = 80

# Default
edition = "2015"
Expand Down
Loading

0 comments on commit fc7cf66

Please sign in to comment.