Kaynağa Gözat

wrap_comments to false in rustfmt.toml

ghassmo 4 yıl önce
ebeveyn
işleme
a3117e7f84
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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