home  

nl_before_do

Properties

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

Description

Add or remove blank line before 'do'.

Examples

raw CPP code nl_before_do=ignore nl_before_do=add nl_before_do=remove nl_before_do=force nl
nl_before_do=force
void fnl(){do a++;while(a>0);} void fnl(){do{a++;}while(a>0);} void fnl(){ do a++; while(a>0); } void fnl(){ do{a++;}while(a>0); } void fnl(){ do a++; while(a>0); } void fnl(){ do{a++;}while(a>0); } void fnl(){ do a++; while(a>0); } void fnl(){ do{a++;}while(a>0); } void fnl(){ do a++; while(a>0); } void fnl(){ do{a++;}while(a>0); } void fnl(){ doa++;while(a>0); } void fnl(){ do{a++;}while(a>0); }
 

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