<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Issue</th>
<td>
<a href=https://github.com/llvm/llvm-project/issues/111105>111105</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>
clang-format: `IndentBraces` override is ignored in `BraceWrapping`
</td>
</tr>
<tr>
<th>Labels</th>
<td>
clang-format
</td>
</tr>
<tr>
<th>Assignees</th>
<td>
</td>
</tr>
<tr>
<th>Reporter</th>
<td>
zyv
</td>
</tr>
</table>
<pre>
```
% clang-format --version
clang-format version 19.1.1
% clang-format -style=gnu --dump-config >.clang-format
% clang-format --dump-config | grep IndentBraces
IndentBraces: true
% sed -i '' 's/IndentBraces: true/IndentBraces: false/' .clang-format
% grep IndentBraces .clang-format
IndentBraces: false
% clang-format --dump-config | grep IndentBraces
IndentBraces: true
% clang-format -style=file:.clang-format --dump-config | grep IndentBraces
IndentBraces: true
```
Is there a workaround :( ?
</pre>
<img width="1px" height="1px" alt="" src="http://email.email.llvm.org/o/eJysU92OmzwQfRpzY4Hs4cfhwhfZLx_SPkGvDZ4Qt46NbJMqffoKgtSyza62UkeIuThz5ueMR8VoRocoSf1C6lOm5nTxQf6437Le67skDds-diLsSKCmg1VuzM8-XFWieX7DEI13D3yHbQjlbcELviV4J01Md4ukPI1upnmu5-uUD96dzUhJ-X_xe-zHefZU8R8dA0701Wl06SWoASNd7cGnO4SUxwVKYca3RSJqmhtKQBAQi4sEuve4T5GzsnGBFv6H8_zZ8JPwp40_SvwTeZ7ZVvmTij1f79ks7lj8bVefW9ebt7r-XyNNFwxIFf3uwzcV_Ow0JeWRwIGSssu0LHVbtipDyQUcGDRN3WYX2QqOQihdqxKYEC1XTdPrWp8PoIdBqMxIYFBxxiomoOJtUfWtBiEaUfcAFa9JxfCqjC2svV0LH8bMxDij5JxzVmdW9WjjengAuxUDLKcY5MLL-3mMpGLWxBR_ZUomWZQ7VnmkpGE7hRpG_Q1DMBqpidSMzgfU1Lglco35EtQ0GTeShmVzsPKS0hRXdToC3WjSZe6LwV8JdEvtzeVT8F9xSAS6daTlGrapbhJ-BgAA__9YU09D">