1
1
mirror of https://github.com/mawww/kakoune.git synced 2025-01-02 08:47:24 +03:00
kakoune/test/indent/rust/deindent-function-closing-brace/out

22 lines
180 B
Plaintext

fn foo() -> i32 {
}
fn foo() -> i32 {
}
fn foo() -> i32 {
bar()}
fn foo() -> i32 {
bar()
}
fn foo() -> i32 {
bar()
}
fn foo() -> i32 {
bar()
}