<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Issue</th>
<td>
<a href=https://github.com/llvm/llvm-project/issues/86778>86778</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>
[clang-format] Add Line Break after requires clause brace
</td>
</tr>
<tr>
<th>Labels</th>
<td>
</td>
</tr>
<tr>
<th>Assignees</th>
<td>
</td>
</tr>
<tr>
<th>Reporter</th>
<td>
c0nstexpr
</td>
</tr>
</table>
<pre>
Current clang-format format requires clauses like this:
```
template<typename...>
requires requires {
...
}
```
Be I would prefer this, to be consistent with function body:
```
template<typename...>
requires requires
{
...
}
```
</pre>
<img width="1px" height="1px" alt="" src="http://email.email.llvm.org/o/eJysks2O3CAQhJ8GX1pjYTBm5sBhfjJSpLwExu0xWWwcaLLZt488O9ldRTnksJKlNqqCrpI-m7O_LYiGqRNTl8oWmmIyji-Z8Neaqj4OL-ZcUsKFwAW73HZjTLMleIyEP4pPmDexZMwQ_BMCTT4zeWT8wviRdfzx3Y-E8xosIZNnellxsTPWdc3kl1cZAN4fffth-vSQN--bkenLP3ecEL7CcyxhgDXhiOk1kTgDRegRXFyyz7SVevY0wVgWRz4usPX9zOAfo_5ng2owcjjIg63QNLpplGjFoasmw9W-4VK3vOvQadENB-GUGg-671zTDPvKG8FFy6XQXItWdbVUCl23F3KUnCvhWMtxtj7UIfyc65hulc-5oNl3Wu-rYHsM-Q8KyWymXV9umbU8-Ez5_Rp5CndoPiLB1AWOwwDf_IJwSmifwI6E6W9GoE_WYVVSMBPRegdFXJm43jxNpa9dnJm4brseY7em-B0dMXG9581MXO-RfwcAAP__5vjT-w">