nl_typedef_blk_in
Category: Blank line options Type: numeric [0 .. 16] Default: 0
The maximum number of consecutive newlines within a block of typedefs. 0: No change (default).
raw CPP code | nl_typedef_blk_in=0 | nl_typedef_blk_in=5 | nl_typedef_blk_in=10 | nl_typedef_blk_in=16 | nl nl_typedef_blk_in=0 |
---|---|---|---|---|---|
typedef int&ri; typedef int*pi; | typedef int&ri; typedef int*pi; | typedef int&ri; typedef int*pi; | typedef int&ri; typedef int*pi; | typedef int&ri; typedef int*pi; | typedef int&ri; typedef int*pi; |
Not the best code for this option? See how to improve the .uds file used to generate these examples.