From a3117e7f848c473e47015f5fd080d6513167d476 Mon Sep 17 00:00:00 2001 From: ghassmo Date: Wed, 5 Jan 2022 22:14:44 +0400 Subject: [PATCH] wrap_comments to false in rustfmt.toml --- rustfmt.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rustfmt.toml b/rustfmt.toml index e70aee8cc..915cddb09 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -2,7 +2,7 @@ reorder_imports = true imports_granularity = "Crate" use_small_heuristics = "Max" comment_width = 100 -wrap_comments = true +wrap_comments = false binop_separator = "Back" trailing_comma = "Vertical" trailing_semicolon = false