Skip to content

Commit e18401c

Browse files
committed
Remove chain_indent
1 parent 9ac1e6d commit e18401c

File tree

1 file changed

+0
-33
lines changed

1 file changed

+0
-33
lines changed

Configurations.md

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -395,39 +395,6 @@ let range = aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa..
395395
bbbbbbbbbbbbbbbbbbbbbbbbbbbbb;
396396
```
397397

398-
## `chain_indent`
399-
400-
Indentation of chain
401-
402-
- **Default value**: `"Block"`
403-
- **Possible values**: `"Block"`, `"Visual"`
404-
- **Stable**: ?
405-
406-
#### `"Block"` (default):
407-
408-
```rust
409-
let lorem = ipsum
410-
.dolor()
411-
.sit()
412-
.amet()
413-
.consectetur()
414-
.adipiscing()
415-
.elit();
416-
```
417-
418-
#### `"Visual"`:
419-
420-
```rust
421-
let lorem = ipsum.dolor()
422-
.sit()
423-
.amet()
424-
.consectetur()
425-
.adipiscing()
426-
.elit();
427-
```
428-
429-
430-
431398
## `combine_control_expr`
432399

433400
Combine control expressions with function calls.

0 commit comments

Comments
 (0)