1
Fork 0

Format non-statement if-else expressions on a single line

This commit is contained in:
Marcus Klaas 2016-05-29 17:58:38 +02:00
parent 66cac1f3e9
commit 98c0570a28
34 changed files with 274 additions and 297 deletions

View file

@ -1,3 +1,4 @@
// rustfmt-single_line_if_else_max_width: 0
// rustfmt-chains_overflow_last: false
// Test chain formatting without overflowing the last item.