Update rustfmt.toml

This commit is contained in:
Zachary Levy
2026-04-10 13:52:51 -07:00
parent d6300afe50
commit d0b792be0e
+1
View File
@@ -4,6 +4,7 @@ wrap_comments = true
match_block_trailing_comma = true match_block_trailing_comma = true
enum_discrim_align_threshold = 50 enum_discrim_align_threshold = 50
max_width = 110 max_width = 110
chain_width = 110
fn_call_width = 110 fn_call_width = 110
single_line_if_else_max_width = 110 single_line_if_else_max_width = 110
comment_width = 120 comment_width = 120