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

MyDeveloperDay via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 7 12:49:43 PST 2020


MyDeveloperDay added inline comments.


================
Comment at: clang/unittests/Format/FormatTest.cpp:1235
+                   "}",
+                   Style));
 }
----------------
MyDeveloperDay wrote:
> Could you add a test with indented case labels and indented case blocks?
what happens if there are not braces `{}`


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