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

--- Comment #4 from Janek Bevendorff <jbev_kdebugs...@refining-linux.org> ---
Well, yeah, what I said. I want to have

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

but with the C-style indenter I end up with

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

even when I initially was at the correct indentation level, i.e. there:

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

As soon as I hit enter, the braces are automatically unindented.

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

Reply via email to