We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
4
1 parent 21a0f1b commit 1bb3c9eCopy full SHA for 1bb3c9e
src/items.rs
@@ -379,7 +379,7 @@ impl<'a> FmtVisitor<'a> {
379
380
// Didn't work. we must force vertical layout and put args on a newline.
381
if let None = budgets {
382
- let new_indent = indent + 4;
+ let new_indent = indent + config!(tab_spaces);
383
let used_space = new_indent + 2; // account for `(` and `)`
384
let max_space = config!(ideal_width) + config!(leeway);
385
if used_space > max_space {
0 commit comments