Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | .clang-format improvements | Christian Mollekopf | 2016-02-17 |
| | | | | | | | | I think I could live with that. There's a bit much indentation on continuations as seen in maildirresourcetest, lambdas are often on a single line if they are only oneliners, and initializer lists are not always broken into multiple lines, but otherwhise we're good I think. | ||
* | treat QBENCHMARK as loop as well | Christian Mollekopf | 2016-02-11 |
| | |||
* | 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. |