mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-06 21:34:00 -05:00
wrap_comments to false in rustfmt.toml
This commit is contained in:
@@ -2,7 +2,7 @@ reorder_imports = true
|
|||||||
imports_granularity = "Crate"
|
imports_granularity = "Crate"
|
||||||
use_small_heuristics = "Max"
|
use_small_heuristics = "Max"
|
||||||
comment_width = 100
|
comment_width = 100
|
||||||
wrap_comments = true
|
wrap_comments = false
|
||||||
binop_separator = "Back"
|
binop_separator = "Back"
|
||||||
trailing_comma = "Vertical"
|
trailing_comma = "Vertical"
|
||||||
trailing_semicolon = false
|
trailing_semicolon = false
|
||||||
|
|||||||
Reference in New Issue
Block a user