================
@@ -22858,6 +22858,31 @@ TEST_F(FormatTest, FormatsLambdas) {
       "      //\n"
       "    });");
 
+  verifyFormat("int main() {\n"
----------------
HazardyKnusperkeks wrote:

Get yourself a style with a lower column limit `auto Style = 
getLLVMStyleWithColumnLimit(40);` and use that, so that the lines don't have to 
be wrapped here, that's easier to read.

https://github.com/llvm/llvm-project/pull/94560
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to