https://github.com/sstwcw commented:

Now the program fails to align some cases that are within the limit like this 
one.  The configuration is `{AlignConsecutiveAssignments: {Enabled: true}, 
ColumnLimit: 15}`.

```C++
int i1 = 1;
k      = bar(
    argument1,
    argument2);
```

I prefer failing to align occasionally over ignoring the column limit.

https://github.com/llvm/llvm-project/pull/163863
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to