diff options
Diffstat (limited to '')
| -rw-r--r-- | rustfmt.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rustfmt.toml b/rustfmt.toml index 32fb2b2..68c25df 100644 --- a/rustfmt.toml +++ b/rustfmt.toml | |||
| @@ -16,7 +16,7 @@ imports_granularity = "Crate" | |||
| 16 | match_arm_blocks = false | 16 | match_arm_blocks = false |
| 17 | match_arm_leading_pipes = "Always" | 17 | match_arm_leading_pipes = "Always" |
| 18 | match_block_trailing_comma = true | 18 | match_block_trailing_comma = true |
| 19 | max_width = 98 | 19 | max_width = 80 |
| 20 | newline_style = "Unix" | 20 | newline_style = "Unix" |
| 21 | normalize_comments = false | 21 | normalize_comments = false |
| 22 | overflow_delimited_expr = true | 22 | overflow_delimited_expr = true |
