mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-15 13:36:49 +00:00
Remove duplicated 'indent_style' section
This commit is contained in:
parent
a770c0e345
commit
9a58741f29
@ -610,13 +610,6 @@ let (lorem, ipsum, _, _) = (1, 2, 3, 4);
|
||||
let (lorem, ipsum, ..) = (1, 2, 3, 4);
|
||||
```
|
||||
|
||||
## `indent_style`
|
||||
|
||||
Indent style for control flow statements
|
||||
|
||||
- **Default value**: `"Rfc"`
|
||||
- **Possible values**: `"Rfc"`, `"Legacy"`
|
||||
|
||||
## `control_brace_style`
|
||||
|
||||
Brace style for control flow constructs
|
||||
|
Loading…
Reference in New Issue
Block a user