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

22 lines
133 B
Plaintext

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