9 lines
141 B
Rust
9 lines
141 B
Rust
|
// rustfmt-config: expr_visual_indent.toml
|
||
|
|
||
|
// Visual level block indentation.
|
||
|
|
||
|
fn matcher() {
|
||
|
Some(while true {
|
||
|
test();
|
||
|
})
|
||
|
}
|