Do not use continuation indent for '[' in blocks in C# code.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Looks good! I'll stamp this after https://reviews.llvm.org/D75731 gets merged and this rebased on top of it.
clang/lib/Format/ContinuationIndenter.cpp | ||
---|---|---|
1050 | Please address the Pre-merge checks finding. |
Comment Actions
The mention of "C++ object initializers" in the commit message is a typo, yes? (it should be "C# object initializers" I assume?)
Comment Actions
That's right David, this typo was fixed in a reverted and re-applied commit: https://reviews.llvm.org/D75856, https://reviews.llvm.org/D75747
Please address the Pre-merge checks finding.