kakoune/test/indent/c-family/close-block/out

17 lines
114 B
Plaintext

struct A
{
int i;
};
if (true) {
if (true) {
foo;
}
bar;
}
foo(bar) {}
{
baz;
}