home  

nl_brace_while

Properties

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

Description

Add or remove newline between '}' and 'while' of 'do' statement.

Examples

raw CPP code nl_brace_while=ignore nl_brace_while=add nl_brace_while=remove nl_brace_while=force nl
nl_brace_while=force
void f1(){while(a>0)a++;} void f1(){while(a>0){a++;}} void f1(){ while(a>0) a++; } void f1(){ while(a>0){a++;} } void f1(){ while(a>0) a++; } void f1(){ while(a>0){a++;} } void f1(){ while(a>0) a++; } void f1(){ while(a>0){a++;} } void f1(){ while(a>0) a++; } void f1(){ while(a>0){a++;} } void f1(){ while(a>0) a++; } void f1(){ while(a>0){a++;} }
 

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