[PATCH] D72276: [clang-format] Add IndentCaseBlocks option

MyDeveloperDay via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 7 00:54:51 PST 2020


MyDeveloperDay added a comment.

Could you add an entry into the clang-format section of the clang release notes



================
Comment at: clang/unittests/Format/FormatTest.cpp:1235
+                   "}",
+                   Style));
 }
----------------
Could you add a test with indented case labels and indented case blocks?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D72276/new/

https://reviews.llvm.org/D72276





More information about the cfe-commits mailing list