File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -935,8 +935,8 @@ the configuration (without a prefix: ``Auto``).
935
935
default: return "";
936
936
}
937
937
938
- * ``bool AlignCaseColons `` Whether aligned case labels are aligned on the colon, or on the
939
- , or on the tokens after the colon.
938
+ * ``bool AlignCaseColons `` Whether aligned case labels are aligned on the colon, or on the tokens
939
+ after the colon.
940
940
941
941
.. code-block :: c++
942
942
Original file line number Diff line number Diff line change @@ -375,8 +375,8 @@ struct FormatStyle {
375
375
// / }
376
376
// / \endcode
377
377
bool AcrossComments;
378
- // / Whether aligned case labels are aligned on the colon, or on the
379
- // / , or on the tokens after the colon.
378
+ // / Whether aligned case labels are aligned on the colon, or on the tokens
379
+ // / after the colon.
380
380
// / \code
381
381
// / true:
382
382
// / switch (level) {
You can’t perform that action at this time.
0 commit comments