https://bugs.kde.org/show_bug.cgi?id=355356
--- Comment #6 from Piotr Mierzwinski <piotr.mierzwin...@gmail.com> --- And BTW. I'm not sure if this is correct approach to use "Source formatter" in functions: "Adapt signature" or/and "Update declaration signature". Here I was confused, because I thought that "Source formatter" is used only in options: "Edit->Reformat source" and "Edit->Reformat line" :-/. What if I would like to have different formatting in header of function declaration and different in code (body of function). For example I would like to format default parameter in header of function declaration like this: "void foo( bool param=true)", and in body of function I like such format: "bool localParam = false". As you can see padding is different in both places. Now when I use option: "Edit->Reformat source" then one of them will be broken :-(. In this moment I have to use same formatting every where. I like such format: "void foo( bool param=true)", because this takes less space in row. This if of course is not problem when I have wide monitor or break line on every parameter. -- You are receiving this mail because: You are watching all bug changes.