nl_max
Category: Blank line options Type: numeric [0 .. 16] Default: 0
The maximum number of consecutive newlines (3 = 2 blank lines).
raw CPP code | nl_max=0 | nl_max=9 | nl_max=6 | nl_max=3 | nl nl_max=3 |
---|---|---|---|---|---|
void f5nl(){ return; } //------------- void f10nl(){ return; } //------------- int a0; int a9; | void f5nl(){ return; } //------------- void f10nl(){ return; } //------------- int a0; int a9; | void f5nl(){ return; } //------------- void f10nl(){ return; } //------------- int a0; int a9; | void f5nl(){ return; } //------------- void f10nl(){ return; } //------------- int a0; int a9; | void f5nl(){ return; } //------------- void f10nl(){ return; } //------------- int a0; int a9; | void f5nl(){ return; } //------------- void f10nl(){ return; } //------------- int a0; int a9; |
Notes: - many options (nl_after_* nl_before_* ...) are limited by the value of nl_max. Edited by JEAYNE
Not the best code for this option? See how to improve the .uds file used to generate these examples.