How to stop CLion from double indenting after comments?

Multi tool use
How to stop CLion from double indenting after comments?
In CLion, whenever I start a line with a comment, the next line is always double indented. I cannot find any style rules that fit this.
Example:
// One line comment
< Cursor is here after pressing <Enter>
This behavior is not happening in any of my other IntelliJ IDEs.
I'm not sure if this is the same bug described here, as the poster there did not have the same issue, the weird indentation happened after a statement, not just a comment. I am running 2018.1.3, so I could try updating, but I usually like to stick to the stable releases.
2 Answers
2
This has been tracked in the issue tracker of JetBrains at CPP-12912, and In Progress
of CPP-12350, and the author of CPP-12912 seems asked a question at StackOverflow as you said.
In Progress
In this issue, a member of AppCode developer said using CLion 2018.2 seems solve it.
For something funny: This indentation bug cannot be repeated at the Code Style page in Settings.
Looks as if this IS a CLion defect and updating may help. See Q & A here:
CLion inconsistent auto indentation for line comment
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.