"Align when mulitline" not working in CLion v2018.3 ?
I am trying to wrap a long function to multilines. When I pressed ENTER after a parameter and the comma, I got the following:

While what I expect was something like this, left-align with the the first character next to the beginning bracket, no matter how many characters are there before the bracket:

According to documentation, the setting CODE STYLE / C/C++ / WRAPS AND BRACES / Align When Multiline could help me with it. However, it doesn't work for me.
Furthermore, it seems that it is the Continuation Indent configuration that's working, for if I change the value of this option, the indent number changes accordingly.
And none of my friends got the same problem as me.
The following attachment is my setting. Wish there is someone could help me solving this problem.
https://pan.baidu.com/s/1Ciun92Ptfr4s21RO_EUVEw
The version of my CLion is 2018.3.
Thank you all.
Please sign in to leave a comment.
Hello!
We have a related issue in our tracker: https://youtrack.jetbrains.com/issue/CPP-13764. Feel free to comment or upvote in order to get updates. See https://intellij-support.jetbrains.com/hc/en-us/articles/207241135-How-to-follow-YouTrack-issues-and-receive-notifications if you are not familiar with YouTrack.
"Code | Reformat Code" should align the lines.
Yes, "Code | Reformat Code" works for me.
However, I just want the code style to work perfectly as soon as I press ENTER, without any extra operations.
>However, I just want the code style to work perfectly as soon as I press ENTER, without any extra operations.
Understand that. It's a bug, please follow https://youtrack.jetbrains.com/issue/CPP-13764.