1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-12-20 01:41:40 +03:00
kakoune/test/indent/c-family/deindent-if-closing-brace/out

22 lines
124 B
Plaintext
Raw Normal View History

if (1) {
}
if (1) {
}
if (1) {
bar()}
if (1) {
bar()
}
if (1) {
bar()
}
if (1) {
bar()
}