CLion C++ "indent members of classes" code style setting does not exist
已回答
According to https://www.jetbrains.com/help/clion/code-style-c-c.html#tabs-and-indents-tab and other resources I've found online, under “Tabs and Indents” there should be “Indent members of classes” and other related fields.
However, on my CLion 2024.1.4, these options do not appear.

请先登录再写评论。
Hello!
It seems that you have CLion Nova enabled. It has different code style settings.
If you want, you can disable CLion Nova by disabling the Use the ReSharper C++ language engine (CLion Nova) checkbox in
File | Settings | Advanced Settings.Hi, thank you.
So there is no way to change the indentation without disabling CLion Nova?
My class and struct members are indented by only a single space even though I have “indent size” and “tab width” both set to 4 (which is the default).
File | Settings | Editor | Code Style | C++>General?OFFand the corresponding "Analysis is not supported" notification in the upper right corner of these files (see the screenshot in CPP-37734)?