ClangFormat for C++ changes this line: f(1, -[](){}); to a two-liner:
f(1, -[](){});
f( 1, -[](){});
The key elements seem to be that there i