home  

nl_before_if

Properties

  Category: Newline adding and removing options
      Type: multiple (ignore add remove force)
   Default: ignore

Description

Add or remove blank line before 'if'.

Examples

raw CPP code nl_before_if=ignore nl_before_if=add nl_before_if=remove nl_before_if=force nl
nl_before_if=force
void fnl1(){if(a)b();else c();} void fnl2(){if(a){b();}else{c();}} void fnl1(){ if(a) b(); else c(); } void fnl2(){ if(a){b();}else{c();} } void fnl1(){ if(a) b(); else c(); } void fnl2(){ if(a){b();}else{c();} } void fnl1(){ if(a) b(); else c(); } void fnl2(){ if(a){b();}else{c();} } void fnl1(){ if(a) b(); else c(); } void fnl2(){ if(a){b();}else{c();} } void fnl1(){ if(a) b();elsec(); } void fnl2(){ if(a){b();}else{c();} }
 

Not the best code for this option? See how to improve the .uds file used to generate these examples.