CLion inconsistent auto indentation for line comment
There are some weird auto indentation going on in CLion that I don't understand why. Here is an example int i1(5); // some comments, then I hit Enter // auto indentation goes here. I hit Enter again // It goes here float f = 5; // some comments, then I hit Enter // then auto indentation goes here. I hit Enter again // It then goes here. float f2 = 6; // If I don't comment on the previous line, there is no weird indentation It seems like whenever I use = to initialize an variable, and then add comment at the end of the line, it will give me extra indentation on the next line. But in all other