mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-19 11:12:43 +00:00
Remove where_indent option
This commit is contained in:
parent
fba5af2a7d
commit
5d9a35050d
@ -360,8 +360,6 @@ create_config! {
|
||||
// Should we at least try to put the where clause on the same line as the rest of the
|
||||
// function decl?
|
||||
where_density: Density, Density::CompressedIfEmpty, "Density of a where clause";
|
||||
// Visual will be treated like Tabbed
|
||||
where_indent: IndentStyle, IndentStyle::Block, "Indentation of a where clause";
|
||||
where_layout: ListTactic, ListTactic::Vertical, "Element layout inside a where clause";
|
||||
where_pred_indent: IndentStyle, IndentStyle::Visual,
|
||||
"Indentation style of a where predicate";
|
||||
|
@ -8,7 +8,6 @@ fn_args_paren_newline = true
|
||||
fn_args_density = "Tall"
|
||||
fn_args_layout = "Visual"
|
||||
where_density = "Tall"
|
||||
where_indent = "Block"
|
||||
where_layout = "Vertical"
|
||||
where_pred_indent = "Visual"
|
||||
generics_indent = "Visual"
|
||||
|
@ -1,6 +1,5 @@
|
||||
// rustfmt-fn_args_layout: Block
|
||||
// rustfmt-generics_indent: Block
|
||||
// rustfmt-where_indent: Block
|
||||
// rustfmt-where_layout: Mixed
|
||||
// Test different indents.
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
// rustfmt-fn_args_layout: Block
|
||||
// rustfmt-where_indent: Block
|
||||
// rustfmt-fn_brace_style: PreferSameLine
|
||||
// Test different indents.
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
// rustfmt-fn_args_layout: Block
|
||||
// rustfmt-where_indent: Block
|
||||
// rustfmt-fn_brace_style: PreferSameLine
|
||||
// Test different indents.
|
||||
|
||||
|
@ -1,6 +1,5 @@
|
||||
// rustfmt-fn_args_layout: Block
|
||||
// rustfmt-generics_indent: Block
|
||||
// rustfmt-where_indent: Block
|
||||
// rustfmt-where_layout: Mixed
|
||||
// Test different indents.
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
// rustfmt-fn_args_layout: Block
|
||||
// rustfmt-where_indent: Block
|
||||
// rustfmt-fn_brace_style: PreferSameLine
|
||||
// Test different indents.
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
// rustfmt-fn_args_layout: Block
|
||||
// rustfmt-where_indent: Block
|
||||
// rustfmt-fn_brace_style: PreferSameLine
|
||||
// Test different indents.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user