kakoune/test/indent/rust/dedent-if-closing-brace/out
2020-12-17 20:08:26 +08:00

22 lines
133 B
Plaintext

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