<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Issue</th>
<td>
<a href=https://github.com/llvm/llvm-project/issues/68102>68102</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>
[clang-format] Missing indention of an aligned template function call
</td>
</tr>
<tr>
<th>Labels</th>
<td>
bug,
clang-format
</td>
</tr>
<tr>
<th>Assignees</th>
<td>
HazardyKnusperkeks
</td>
</tr>
<tr>
<th>Reporter</th>
<td>
HazardyKnusperkeks
</td>
</tr>
</table>
<pre>
With `AlignConsecutiveAssignment: true` and `ColumnLimit: 60` the Code
```c++
SomeName = Foo;
X = func<Type, Type>(loong,
arrrrrrrrrrg);
```
gets formatted as
```c++
SomeName = Foo;
X = func<Type, Type>(loong,
arrrrrrrrrrg);
```
which is obviously missing the indent of the `=`. It has to be a template function.
</pre>
<img width="1px" height="1px" alt="" src="http://email.email.llvm.org/o/eJzMUt3OmzAMfRpzYxWFBGh7wUU_OrRpPzebtN0G4kL2haQiSafu6SdS1Gn6XmARUmQffGyfHOm9Hi1RA9ULcP5e_paLun-00V9peaVXD5xDdc5kDJNbmrd41jt1b77rMCHU7GT0aFtnPQ0x6BudEv1MNoA4YVgiQc1QWrX-3DoTZ_tJzzqhNVuxMBG2ThGwM7ATpCTUbAD-sn4p-9XN9EXOhCDO2DkHYgN-4HZW4BLtAKL9dr8S8BbTLd4BPxjn7Ai8fdSgXJ5nBH58kj17P8KRgseLW2YZAimU_r-b8Nekhwm1R9fftIve3HHW3ms7JlW1VWQDukuK1ipxhprl-CHgJD0Ghz2hxEDz1chAabygnc0z1Qh1FEeZUVPUx1qUjNUim5qSqsMw7FWhqKeBkSj2slT8UpdV1UuSmW4446JgTBRClFzkldiXqirLvlLFsVQCSkaz1CY35jbnbhkz7X2kpj4UjGdG9mT85s0-jqsZeQucD0bacfd4jc2hS7NS7Po4eiiZ0T74v6RBB5M8_k9hdcbPm0APcbSzqz7SolyNTOqtGDhIY7K4mGYK4epBnIB3wLtRhyn2-eBm4N3ad7t218X9pCEA79JmHniXlvsTAAD__8KvEE8">