| Issue | 61637 |
|---|---|
| Summary | [clang-format] Inconsistent indentation with brace list initialization and #if'd element |
| Labels | new issue |
| Assignees | |
| Reporter | aeubanks |
the following code is formatted as follows:
```
const std::vector<std::string> kStrings {
#if SOME_DEFINE
"z",
#endif // SOME_DEFINE
"a", "b", "c",
};
```
_______________________________________________ llvm-bugs mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
