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

21 lines
244 B
Plaintext
Raw Normal View History

template<typename T> struct A : B
{
struct C
{
void foo() {
bar()%(;)
}%(;)
struct D {
void baz() %({)
int qux%(;)
if (true) {
if (true) {
foo%(;)
bar%(;)
foo(bar) {}
{
baz%(;)