Преглед изворни кода

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