home  

nl_union_brace

Properties

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

Description

Add or remove newline between 'union' and '{'.

Examples

raw CPP code nl_union_brace=ignore nl_union_brace=add nl_union_brace=remove nl_union_brace=force nl
nl_union_brace=force
struct S{int a;long l;float f;char c[8]}S; union U{int a;long l;float f;char c[8]}U; struct S {int a; long l; float f; char c[8]} S; union U {int a; long l; float f; char c[8]} U; struct S {int a; long l; float f; char c[8]} S; union U {int a; long l; float f; char c[8]} U; struct S {int a; long l; float f; char c[8]} S; union U {int a; long l; float f; char c[8]} U; struct S {int a; long l; float f; char c[8]} S; union U {int a; long l; float f; char c[8]} U; struct S {int a;long l;float f;char c[8]} S; union U {int a;long l;float f;char c[8]} U;
 

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