https://bugs.kde.org/show_bug.cgi?id=370715

--- Comment #6 from Janek Bevendorff <jbev_kdebugs...@refining-linux.org> ---
Either there or in the C++/boost indenter. All other indenters seem to work
fine with the automatic brace placement, but either don't indent my cursor
inside the braces, i.e.,

class Foo
{
public:
    void foo()
    {
    |}
};

 or do some very funky stuff such as

class Foo
{
public:
    void foo()
    {
        |}
};

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to