Wrapping indent_style="Block" function call snippet in function
This commit is contained in:
parent
48d7fb2db0
commit
9fc00aa794
1 changed files with 12 additions and 10 deletions
|
|
@ -128,16 +128,18 @@ fn lorem(ipsum: usize,
|
|||
#### `"Block"` (default):
|
||||
|
||||
```rust
|
||||
lorem(
|
||||
"lorem",
|
||||
"ipsum",
|
||||
"dolor",
|
||||
"sit",
|
||||
"amet",
|
||||
"consectetur",
|
||||
"adipiscing",
|
||||
"elit",
|
||||
);
|
||||
fn main() {
|
||||
lorem(
|
||||
"lorem",
|
||||
"ipsum",
|
||||
"dolor",
|
||||
"sit",
|
||||
"amet",
|
||||
"consectetur",
|
||||
"adipiscing",
|
||||
"elit",
|
||||
);
|
||||
}
|
||||
```
|
||||
|
||||
#### `"Visual"`:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue