Quellcode durchsuchen

wrap_comments to false in rustfmt.toml

ghassmo vor 4 Jahren
Ursprung
Commit
a3117e7f84
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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