<table border="1" cellspacing="0" cellpadding="8">
    <tr>
        <th>Issue</th>
        <td>
            <a href=https://github.com/llvm/llvm-project/issues/61637>61637</a>
        </td>
    </tr>

    <tr>
        <th>Summary</th>
        <td>
            [clang-format] Inconsistent indentation with brace list initialization and #if'd element
        </td>
    </tr>

    <tr>
      <th>Labels</th>
      <td>
            new issue
      </td>
    </tr>

    <tr>
      <th>Assignees</th>
      <td>
      </td>
    </tr>

    <tr>
      <th>Reporter</th>
      <td>
          aeubanks
      </td>
    </tr>
</table>

<pre>
    the following code is formatted as follows:
```
const std::vector<std::string> kStrings {
#if SOME_DEFINE
  "z",
#endif // SOME_DEFINE
      "a", "b", "c",
};
```
</pre>
<img width="1px" height="1px" alt="" src="http://email.email.llvm.org/o/eJxsUsFu2zAM_Rr6IiSwKUeODz4kdQz0sO3QDxhkiba1KlJh0Q3Wrx_sBC02TBAgiuR74NOTTsmNgaiBwxkObaYXnuLcaFp6HV5T1kf7u-GJxBC9jzcXRmGiJeGSGOJ81cxkhU6PcgJ5gryF_AQqf-ztamJILBLbtUGe3slwnEE-fWYSzy6MIC_i9WULk4Dq_OBC6Qbx8uPb5Wd76Z6_X-5pIQDxAxABnz4bKVg3CMAOsPsfZF2AqO-wNey_QvMXWdWCPP-jJrONtLWsdUZNoar6gKo6HrOpUX1htMahKkusVa7yikpZoKlVX5VUUuYazFHmEhFlIfPj3lhlrTZ1XRaDVccSypyu2vm99-_XfZzHzKW0UKMKJavM65582lxCDHQTW3Gd99Bmc7Nidv0yJihz7xKnLxZ27Dd7jddh3N1dg0MrnsPqiktMgYULlgJrdjGIm-NJ9LM2JFYu4YJjp737uJd1sGKzBLCygjxdKXC2zL6ZmN-2L7A9_-h4Wvq9iVfAbh3nceze5viLDAN2m4gE2G0i_wQAAP__8N3DYA">