Breaking a string literal or a function calls arguments with
AlignConsecutiveDeclarations or AlignConsecutiveAssignments did misalign
the continued line. E.g.:
void foo() {
int myVar = 5;
double x = 3.14;
auto str = "Hello"
"World";
}or
void foo() {
int myVar = 5;
double x = 3.14;
auto str = "Hello"
"World";
}
Nit: I'd break the line before the new phrase.