kakoune/test/indent/rust/dedent-if-closing-brace/in

16 lines
137 B
Plaintext
Raw Normal View History

if true {%( )}
if true {%( )
}
if true {%( )bar()}
if true {%( )bar()
}
if true {
bar()%( )}
if true {
bar()%( )}