nl_typedef_blk_end
Category: Blank line options Type: numeric [0 .. 16] Default: 0
The number of newlines after a block of typedefs. 0: No change (default).
raw CPP code | nl_typedef_blk_end=0 | nl_typedef_blk_end=5 | nl_typedef_blk_end=10 | nl_typedef_blk_end=16 | nl nl_typedef_blk_end=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.