indents: allow aligned_indent for unfinished calls in C and Python

This commit is contained in:
Stephan Seitz 2022-01-22 14:50:51 +01:00
parent 62982378b8
commit 059fbc487c
7 changed files with 26 additions and 3 deletions

View file

@ -0,0 +1,10 @@
void foo(int a,
int b,
int c);
void foo(int a,
int b

View file

@ -21,7 +21,7 @@ int f4(
}
int f5(int x,
int y)
int y)
{
return 1;
}

View file

@ -0,0 +1,3 @@
int a[] = {
1, 2, 3,
4};

View file

@ -9,3 +9,6 @@ aligned_indent(1,
aligned_indent(1,
2
)
foodsadsa(sdada,
2