> i'd like to propose the following improvements to the clang-format: > > AllowShortLambdasOnASingleLine: None
I tried that for a few months (for the same reasons as yours). Then I reverted. In my experience, it makes the code harder to read more often than necessary. Now, when I want to clearly set a breakpoint in a lambda, I just add an empty comment on the line above, and thatÂ’s enough. Philippe -- Development mailing list [email protected] https://lists.qt-project.org/listinfo/development
