<div dir="ltr">Greetings of the day,<div><br></div><div>I was using clang format and noticed something unusual there. When I have selected the configuration of aligning according to Brackets to DontAlign and also the Usetab to UT_Always it still align according to parentheses e.g.</div><div><br></div><div> for (itr = fMouseSettingsObject.begin(); itr != fMouseSettingsObject.end();<br>         ++itr)<br><div>There was an extra space added before ++ operator along with tab. I want to remove this extra space. I tried this and after removing this <a href="https://github.com/llvm/llvm-project/blob/main/clang/lib/Format/WhitespaceManager.cpp#L1040" target="_blank">line </a>the space was removed. But is this a correct method or is there any other solution for this?</div><div><br></div><div>Thanks</div><font color="#888888"><div>Saloni</div></font></div></div>