浏览代码

wrap_comments to false in rustfmt.toml

ghassmo 4 年之前
父节点
当前提交
a3117e7f84
共有 1 个文件被更改,包括 1 次插入1 次删除
  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