Explorar o código

wrap_comments to false in rustfmt.toml

ghassmo %!s(int64=4) %!d(string=hai) anos
pai
achega
a3117e7f84
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      rustfmt.toml

+ 1 - 1
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