Skip to content

Commit 8527752

Browse files
committed
Reformat everything (with a config optimizing for testcase density).
1 parent d2d0c2f commit 8527752

File tree

6 files changed

+1312
-5227
lines changed

6 files changed

+1312
-5227
lines changed

rustfmt.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
max_width = 120
2+
3+
# HACK(eddyb) this seems to be used for tuple literals too, and tests use
4+
# those a lot, in a way really meant to have one (tuple) value per line
5+
# (also, isn't allowed to be `max_width`, or even one less, but rather
6+
# depends on indentation levels?! thankfully it's just a warning, though)
7+
fn_call_width = 120

0 commit comments

Comments
 (0)