@@ -358,8 +358,8 @@ the configuration (without a prefix: ``Auto``).
358
358
/* A comment. */
359
359
double e = 4;
360
360
361
- * ``bool AlignCompound `` Only for ``AlignConsecutiveAssignments ``. Whether compound
362
- assignments like ``+= `` are aligned along with ``= ``.
361
+ * ``bool AlignCompound `` Only for ``AlignConsecutiveAssignments ``. Whether compound assignments
362
+ like ``+= `` are aligned along with ``= ``.
363
363
364
364
.. code-block :: c++
365
365
@@ -371,10 +371,9 @@ the configuration (without a prefix: ``Auto``).
371
371
a &= 2;
372
372
bbb = 2;
373
373
374
- * ``bool PadOperators `` Only for ``AlignConsecutiveAssignments ``. Whether short
375
- assignment operators are left-padded to the same length as long
376
- ones in order to put all assignment operators to the right of
377
- the left hand side.
374
+ * ``bool PadOperators `` Only for ``AlignConsecutiveAssignments ``. Whether short assignment
375
+ operators are left-padded to the same length as long ones in order to
376
+ put all assignment operators to the right of the left hand side.
378
377
379
378
.. code-block :: c++
380
379
@@ -482,8 +481,8 @@ the configuration (without a prefix: ``Auto``).
482
481
/* A comment. */
483
482
double e = 4;
484
483
485
- * ``bool AlignCompound `` Only for ``AlignConsecutiveAssignments ``. Whether compound
486
- assignments like ``+= `` are aligned along with ``= ``.
484
+ * ``bool AlignCompound `` Only for ``AlignConsecutiveAssignments ``. Whether compound assignments
485
+ like ``+= `` are aligned along with ``= ``.
487
486
488
487
.. code-block :: c++
489
488
@@ -495,10 +494,9 @@ the configuration (without a prefix: ``Auto``).
495
494
a &= 2;
496
495
bbb = 2;
497
496
498
- * ``bool PadOperators `` Only for ``AlignConsecutiveAssignments ``. Whether short
499
- assignment operators are left-padded to the same length as long
500
- ones in order to put all assignment operators to the right of
501
- the left hand side.
497
+ * ``bool PadOperators `` Only for ``AlignConsecutiveAssignments ``. Whether short assignment
498
+ operators are left-padded to the same length as long ones in order to
499
+ put all assignment operators to the right of the left hand side.
502
500
503
501
.. code-block :: c++
504
502
@@ -606,8 +604,8 @@ the configuration (without a prefix: ``Auto``).
606
604
/* A comment. */
607
605
double e = 4;
608
606
609
- * ``bool AlignCompound `` Only for ``AlignConsecutiveAssignments ``. Whether compound
610
- assignments like ``+= `` are aligned along with ``= ``.
607
+ * ``bool AlignCompound `` Only for ``AlignConsecutiveAssignments ``. Whether compound assignments
608
+ like ``+= `` are aligned along with ``= ``.
611
609
612
610
.. code-block :: c++
613
611
@@ -619,10 +617,9 @@ the configuration (without a prefix: ``Auto``).
619
617
a &= 2;
620
618
bbb = 2;
621
619
622
- * ``bool PadOperators `` Only for ``AlignConsecutiveAssignments ``. Whether short
623
- assignment operators are left-padded to the same length as long
624
- ones in order to put all assignment operators to the right of
625
- the left hand side.
620
+ * ``bool PadOperators `` Only for ``AlignConsecutiveAssignments ``. Whether short assignment
621
+ operators are left-padded to the same length as long ones in order to
622
+ put all assignment operators to the right of the left hand side.
626
623
627
624
.. code-block :: c++
628
625
@@ -731,8 +728,8 @@ the configuration (without a prefix: ``Auto``).
731
728
/* A comment. */
732
729
double e = 4;
733
730
734
- * ``bool AlignCompound `` Only for ``AlignConsecutiveAssignments ``. Whether compound
735
- assignments like ``+= `` are aligned along with ``= ``.
731
+ * ``bool AlignCompound `` Only for ``AlignConsecutiveAssignments ``. Whether compound assignments
732
+ like ``+= `` are aligned along with ``= ``.
736
733
737
734
.. code-block :: c++
738
735
@@ -744,10 +741,9 @@ the configuration (without a prefix: ``Auto``).
744
741
a &= 2;
745
742
bbb = 2;
746
743
747
- * ``bool PadOperators `` Only for ``AlignConsecutiveAssignments ``. Whether short
748
- assignment operators are left-padded to the same length as long
749
- ones in order to put all assignment operators to the right of
750
- the left hand side.
744
+ * ``bool PadOperators `` Only for ``AlignConsecutiveAssignments ``. Whether short assignment
745
+ operators are left-padded to the same length as long ones in order to
746
+ put all assignment operators to the right of the left hand side.
751
747
752
748
.. code-block :: c++
753
749
0 commit comments