except an B<=> one could use --bbao -wba='=' rather than listing every
single perl operator except B<=> on a -wbb flag.
+=item B<bal=n, --break-after-labels=n>
+
+This flag controls whether or not a line break occurs after a label. There
+are three possible valuse for B<n>:
+
+ -bal=0 break if there is a break in the input [DEFAULt]
+ -bal=1 always break after a label
+ -bal=2 never break after a label
+
+For example,
+
+ # perltidy -bal=1
+ RETURN:
+ return;
+
+ # perltidy -bal=2
+ RETURN: return;
+
=back
=head2 Controlling List Formatting
../snippets25.t vxl.def
../snippets25.t vxl.vxl1
../snippets25.t vxl.vxl2
+../snippets25.t bal.bal1
+../snippets26.t bal.bal2
+../snippets26.t bal.def
../snippets3.t ce_wn1.ce_wn
../snippets3.t ce_wn1.def
../snippets3.t colin.colin
../snippets9.t rt98902.def
../snippets9.t rt98902.rt98902
../snippets9.t rt99961.def
-../snippets25.t bal.bal1
-../snippets26.t bal.bal2
-../snippets26.t bal.def