1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-12-21 18:41:29 +03:00
kakoune/test/indent/rust/dedent-function-closing-brace/in

16 lines
184 B
Plaintext
Raw Normal View History

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