Otherwise it formats some newer C++ features wrong
Instead of indenting lambdas to the start of the lambda, always indent them to the start of the line, which is more consistent and easier to read
The .clang-format file is based on the one in ECM except the following style options: - AlwaysBreakBeforeMultilineStrings - BinPackArguments - BinPackParameters - ColumnLimit - BreakBeforeBraces - KeepEmptyLinesAtTheStartOfBlocks