summaryrefslogtreecommitdiffstats
path: root/formattest.cpp
Commit message (Collapse)AuthorAge
* Adapt to kasync changesChristian Mollekopf2016-12-12
|
* Use slots/signals instead of Q_SLOTS/Q_SIGNALS for clang-format compatibilityChristian Mollekopf2016-02-17
|
* A first clang-format configurationChristian Mollekopf2016-01-30
It's not perfect, especially with regards to single-line lambdas where the breaks after the curly-brace is lost, but otherwise it's pretty close already. With clang 3.9 (instead of 3.7) some finer grained controls will be available that might help. Also Q_SLOTS is not yet recognized, but slots works fine.