Преглед на файлове

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