nl_typedef_blk_start
Category: Blank line options Type: numeric [0 .. 16] Default: 0
The number of newlines before a block of typedefs. If nl_after_access_spec is non-zero, that option takes precedence. 0: No change (default).
raw CPP code | nl_typedef_blk_start=0 | nl_typedef_blk_start=5 | nl_typedef_blk_start=10 | nl_typedef_blk_start=16 | nl nl_typedef_blk_start=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.