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

16 lines
137 B
Plaintext

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