aboutsummaryrefslogtreecommitdiffstats
path: root/rustfmt.toml
diff options
context:
space:
mode:
Diffstat (limited to 'rustfmt.toml')
-rw-r--r--rustfmt.toml2
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"
16match_arm_blocks = false 16match_arm_blocks = false
17match_arm_leading_pipes = "Always" 17match_arm_leading_pipes = "Always"
18match_block_trailing_comma = true 18match_block_trailing_comma = true
19max_width = 98 19max_width = 80
20newline_style = "Unix" 20newline_style = "Unix"
21normalize_comments = false 21normalize_comments = false
22overflow_delimited_expr = true 22overflow_delimited_expr = true