nvim-treesitter/tests/indent/cpp/class_newline.cpp

9 lines
79 B
C++

class Foo
{
int x;
class Bar
{
int y;
};
Bar z;
};