Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Adapt to kasync changes | Christian Mollekopf | 2016-12-12 |
| | |||
* | Use slots/signals instead of Q_SLOTS/Q_SIGNALS for clang-format compatibility | Christian Mollekopf | 2016-02-17 |
| | |||
* | A first clang-format configuration | Christian Mollekopf | 2016-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. |