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

13 lines
101 B
Plaintext

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