-
Bug
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
Qt Creator 17.0.1, Qt Creator 17.0.2
-
None
-
Gentoo, licensed Qt with Qt and QtCreator installed using the Qt maintenance tool. KDE Wayland, Plasma 6.4.5, KDE Framework 6.18.0, OS QT-version 6.9.2
Tab size is 8 even though I have set all indentation settings I could find to 4:
Text Editor->Behavior->
- Default indent size is 4,
- tab size is 4.
C++>General>
- default indent size is 4,
- tab size is 4
C++>content>
- "public, protected and private within clas body" is true
- declarations relative to public.... is true
Yet indentation in a class-body is mase using a tab size and indentation of 8:
class RichtTextWriter
{{{}}
public:
RichtTextWriter(QTextDocument& document);
}
I think this is a recent problem.