wrap_comments to false in rustfmt.toml

This commit is contained in:
ghassmo
2022-01-05 22:14:44 +04:00
parent 4cb5542d6d
commit a3117e7f84

View File

@@ -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