[PATCH] D151761: clang-format: Add AlignConsecutiveShortCaseLabels

MyDeveloperDay via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 31 15:19:35 PDT 2023


MyDeveloperDay added inline comments.


================
Comment at: clang/docs/ClangFormatStyleOptions.rst:790
+
+**AlignConsecutiveShortCaseLabels** (``AlignConsecutiveStyle``) :versionbadge:`clang-format 17` :ref:`ΒΆ <AlignConsecutiveShortCaseLabels>`
+  Style of aligning consecutive short case labels.
----------------
Did you generate this by hand or run the dump_format_style.py function? Format.h and the rst look out of sync


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D151761



More information about the cfe-commits mailing list